sshh : ssh hosts manager
You can ssh with your own secret phrase (server passwordless)

Install
mac
brew install sakoken/sshh/sshh
other
Download from here https://github.com/sakoken/sshh/releases
Usage
sshh
- Show the list of host
- Search a host
- Can do ssh connection
- Add,Modify,Delete a host
sshh [user]@[hostname] -p [port]
Register and make SSH connection.
If the host is already registered, only SSH connection will be made.
Default port is 22
After exec sshh
sshh>> #[positionNo]
Do ssh connection.
You can select with the up and down arrows.
sshh>> add
Add a new host
You can register
- Host name
- User name
- Port number(Default 22)
- Password(Encrypted with a pass phrase)
- Explanation
sshh>> mod [positionNo]
Modify a host
sshh>> del [positionNo]
Delete a host
License
MIT
Author
Kenji Sakoda