Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.