sshcon: An application that makes ssh connections faster and easier when handling multiple servers list.
- create a menu of servers and give the option to input index and connect to server.
- autocomplition of server name while running sshcon.
INSTALL:
- move etc/bash_completion.d/sshcon to /etc/bash_completion.d/
- add '. /etc/bash_completion.d/sshcon' to ~/.bashrc
- move sshcon.py to ~/bin or any other executable path.
- create link to sshcon: ln -s ~/bin/sshcon.py ~/bin/sshcon
- add .servers to that path as well
.servers configurations:
- groups: servers file can be devided to groups by [GROUP_NAME]
[test_group] server.address.name root:second.server.address.name [test_groupo2] root:.....
- as written above, servers address can have prefix of the user we would like to connect with and than ':' delimiter.
- no username prefix will actually connect via the loged in user.
- each group will have his own color
USAGE:
- $ sshcon will display a list of servers collected from '.servers' file.
- $ sshcom will give autocomplition of servers from '.servers' file