https://github.com/letieu/ssht
tool for manage SSH
https://github.com/letieu/ssht
Last synced: about 1 year ago
JSON representation
tool for manage SSH
- Host: GitHub
- URL: https://github.com/letieu/ssht
- Owner: letieu
- License: apache-2.0
- Created: 2021-09-28T11:50:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T09:56:40.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T05:53:34.632Z (over 1 year ago)
- Language: Go
- Size: 5.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ssht
tool for manage SSH, no more care about password, host, port, username
## INSTALL
```bash
git clone https://github.com/letieu/ssht
cp ssht $HOME/.local/bin
mkdir $HOME/.ssht
```
## USAGE
```bash
# create new target
ssht new -n myserver -u root -a 123.44.1.1 -p=2206
# go to target
ssht go myserver
# list targets
ssht list
# help
ssht -h
```