Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flyhope/gosh
- Owner: flyhope
- License: mit
- Created: 2021-07-25T10:30:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T14:19:55.000Z (over 3 years ago)
- Last Synced: 2024-06-21T06:25:43.412Z (6 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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