HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mssh — GTK+ based SSH client for interacting with multiple SSH servers at once. More information: <https://

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandclientsshgtkclimsshbasedfor
linux

Problem

How to use the mssh command: GTK+ based SSH client for interacting with multiple SSH servers at once. More information: <https://manned.org/mssh>.

Solution

mssh — GTK+ based SSH client for interacting with multiple SSH servers at once. More information: <https://manned.org/mssh>.

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 {{[-a|--alias]}} {{alias_name}}

Code Snippets

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 {{[-a|--alias]}} {{alias_name}}

Context

tldr-pages: linux/mssh

Revisions (0)

No revisions yet.