Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/azlux/ssh-prompter

SSH prompt all servers from ssh_config file with search
https://github.com/azlux/ssh-prompter

listview ssh-config ssh-server tmux

Last synced: about 2 months ago
JSON representation

SSH prompt all servers from ssh_config file with search

Awesome Lists containing this project

README

        

# ssh-prompter
ssh-prompter lists all servers contained in your ssh_config file with search feature.

### Screenshot
![ssh-prompter](https://raw.githubusercontent.com/azlux/ssh-prompter/master/Capture1.PNG)

### SSH-config configuration
SSH-Prompter manager can folder view :
- You need to add `Folder ` into the Hosts you wanto into the ssh_config
- You need to add `IgnoreUnknown Folder` in the beginning of the file to avoid ssh errors.

SSH-Prompter support the Import instruction if you use it into the ssh_config file.

### Install

You need at least the version 7.3p1 of ssh.
```
git clone https://github.com/azlux/ssh-prompter.git
chmod +x ssh.py
```

put `alias ssh="~/ssh-prompter/ssh.py"` into you `.bashrc`