https://github.com/tsivinsky/sshx
Manager for ssh connections
https://github.com/tsivinsky/sshx
cli ssh
Last synced: 4 months ago
JSON representation
Manager for ssh connections
- Host: GitHub
- URL: https://github.com/tsivinsky/sshx
- Owner: tsivinsky
- Created: 2023-11-13T20:20:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T10:16:55.000Z (over 2 years ago)
- Last Synced: 2025-12-18T10:59:06.362Z (7 months ago)
- Topics: cli, ssh
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# sshx
Cli for managing ssh connections
## Usage
### Add server
```bash
sshx add
```
### Connect to server
```bash
sshx -name {server_name} connect
```
or just
```bash
sshx
```
and select server from the list
### List added servers
```bash
sshx list
```
### Remove servers
```bash
sshx rm
```
### Update server info
```bash
sshx update
```