https://github.com/eze-kiel/interactive-ssh
Interactive SSH connexions launcher written in go.
https://github.com/eze-kiel/interactive-ssh
golang interactive ssh
Last synced: 3 months ago
JSON representation
Interactive SSH connexions launcher written in go.
- Host: GitHub
- URL: https://github.com/eze-kiel/interactive-ssh
- Owner: eze-kiel
- Created: 2020-04-18T18:23:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T15:59:17.000Z (almost 4 years ago)
- Last Synced: 2025-01-05T11:43:32.682Z (4 months ago)
- Topics: golang, interactive, ssh
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive SSH
[](https://goreportcard.com/report/github.com/eze-kiel/interactive-ssh)An interface to launch SSH connexions.
## Demo
[](https://asciinema.org/a/E3D3zePVYguRDKujsypzhOblu)## What's needed ?
You need to have `.ssh/config` file with hosts. For more informations, read this [article](https://www.devdungeon.com/content/ssh-tips).## Usage
Once launched, the program will search for hosts in `~/.ssh/config`, and will list them in the prompt. Once you have selected the host you want to connect to, just press Enter. The program will quit and SSH will be launched.