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

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

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