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
- Host: GitHub
- URL: https://github.com/bstrdlord/ssh-x
- Owner: bstrdlord
- Created: 2024-03-24T18:14:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T18:30:55.000Z (about 1 year ago)
- Last Synced: 2025-01-11T06:13:24.500Z (5 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:[email protected]:22
sx -s server_name
sx -d server_name
```