Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T15:59:17.000Z (over 3 years ago)
- Last Synced: 2024-06-21T17:04:23.358Z (5 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
[![Go Report Card](https://goreportcard.com/badge/github.com/eze-kiel/interactive-ssh)](https://goreportcard.com/report/github.com/eze-kiel/interactive-ssh)An interface to launch SSH connexions.
## Demo
[![asciicast](https://asciinema.org/a/E3D3zePVYguRDKujsypzhOblu.svg)](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.