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: 6 months ago
JSON representation
Cli tool for fast connection to servers via ssh
- Host: GitHub
- URL: https://github.com/bstrdlord/ssh-x
- Owner: bstrdlord
- Created: 2024-03-24T18:14:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T18:30:55.000Z (about 2 years ago)
- Last Synced: 2025-05-01T07:37:03.496Z (11 months ago)
- Topics: cli, ssh, sshpass, terminal
- Language: Zig
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:password@127.0.0.1:22
sx -s server_name
sx -d server_name
```