From f63c5d086ef5e5a56ce59d25fb0353bd1eb62df8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 17 Aug 2019 03:42:24 +0100 Subject: [PATCH] mssh: add page (#3243) --- pages/linux/mssh.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/mssh.md diff --git a/pages/linux/mssh.md b/pages/linux/mssh.md new file mode 100644 index 000000000..160aa75a2 --- /dev/null +++ b/pages/linux/mssh.md @@ -0,0 +1,11 @@ +# mssh + +> GTK+ based SSH client for interacting with multiple SSH servers at once. + +- Open a new window and connect to multiple SSH servers: + +`mssh {{user@host1}} {{user@host2}} {{...}}` + +- Open a new window and connect to a group of servers predefined in `~/.mssh_clusters`: + +`mssh --alias {{alias_name}}`