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

https://github.com/bstrdlord/ssh-x

Cli tool for fast connection to servers via ssh
https://github.com/bstrdlord/ssh-x

cli ssh sshpass terminal

Last synced: 4 months ago
JSON representation

Cli tool for fast connection to servers via ssh

Awesome Lists containing this project

README

        

# ssh-x
Cli tool for fast connection to servers via ssh

## Installation
⚠️ Linux only. Install zig, make, sshpass
```
git clone https://github.com/blockkwork/ssh-x ; make BUILD # compiles and then copies sx (bin name) to /bin/
```

```
Available commands: --add-server (-a), --ssh (-s), --delete (-d)

Examples:
sx -a server_name root:[email protected]:22
sx -s server_name
sx -d server_name
```