mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 19:46:31 +00:00
Update cheatsheets
This commit is contained in:
17
linux/mssh
Normal file
17
linux/mssh
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 --alias {{alias_name}}`
|
||||
Reference in New Issue
Block a user