Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flyhope/gosh

terminal ui ssh client
https://github.com/flyhope/gosh

Last synced: 9 days ago
JSON representation

terminal ui ssh client

Awesome Lists containing this project

README

        

# gosh
terminal ui ssh client

## Be dependent on program
1. zssh
2. sshpass (if use auto input password)

### Mac
```bash
brew install zssh sshpass
```

### Ubuntu
```bash
sudo apt install zssh sshpass
```

### CentOS / Redhat
```bash
yum install zssh sshpass
```

### Windows

1. Use WSL install ubuntu.
2. Look for `ubuntu` install.

## Usage
1. copy `config.simple.xml` to `config.xml`
2. run gosh

## Support
* [x] custom command path
* [x] custom username/password/port/PrivateKey

## Todo
* [ ] set config with ui