Homebrew

tsukinoko-kun/tap

Zzh

Simple SSH wrapper

Install command

brew tap tsukinoko-kun/tap
brew install tsukinoko-kun/tap/zzh
https://github.com/tsukinoko-kun/zzh

Current version

0.1.1

Platforms

macos

linux

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>