The tool render list of hostname from a ssh config file.
By default tool read ssh config file by path .ssh/config. If config has another path use option -p.
Automate signin to a host by password. Can automate logic on server.
Screen.Recording.2024-12-14.at.01.28.34.mov
brew install korotkov-s/ssh-config/ssh-configShow hosts in a .ssh/config file
ssh-configShow hosts from a config file file by path
ssh-config -p './custom/path/to/config'Create new password
ssh-config password createDelete a password
ssh-config password delete- using default config file
- support a custom path to config file
- save passwords
- sign in by host name without interactive mode
- open config file in a text editor
