console GUI tool to manage ssh
Support Mac OS X only , need homebrew
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Feng-Zihao/okssh/install.sh)"
sh -c "$(wget https://raw.githubusercontent.com/Feng-Zihao/okssh/install.sh -O -)"
okssh
and you'll find out how.
Create a default file ~/.okssh/config.yaml
.
Similar with ~/.ssh/config
, but more structural robust.
hosts:
-
# ssh -i /absolute/path/for/keyfile -p 2222 user@hostname
description: example description
keyfile: /absolute/path/for/keyfile
target: user@hostname
port: 2222
-
# mosh user@hostname
description: example description with mosh and specific port
target: user@hostname
client: mosh