Zzh
Simple SSH wrapper
Install command
brew tap tsukinoko-kun/tap
brew install tsukinoko-kun/tap/zzh
Current version
0.1.1Platforms
macos
- x86_64
- ARM
linux
- x86_64
- ARM
README.md
zzh
Simple SSH wrapper
go install github.com/tsukinoko-kun/zzh@latest
brew install tsukinoko-kun/tap/zzh
Usage
Add a new configuration
zzh set --user <user> --password <password> --host <host> --port <port>
Login to a host
zzh <user>@<host>
or
zzh <user>@<host>:<port>