An open API service indexing awesome lists of open source software.

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

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
```