sshconf

sshconf

SSH config manager. never forget hosts.

installation

npm install -g rtfm-sshconf

usage

terminal
$ rtfm-sshconf list
→ Listing all SSH hosts...
$ rtfm-sshconf add prod user@192.168.1.100
→ Added host: prod
$ rtfm-sshconf edit prod --port 2222
→ Updated host: prod
$ rtfm-sshconf remove staging
→ Removed host: staging
$ rtfm-sshconf backup
→ Backed up to ~/.ssh/config.backup
← back to all tools