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

https://github.com/poizon/sshmanager

simple ssh connection manager for linux
https://github.com/poizon/sshmanager

administration perl-scripts perl5 ssh-client

Last synced: 4 months ago
JSON representation

simple ssh connection manager for linux

Awesome Lists containing this project

README

          

# sshmanager
simple ssh connection manager for linux
Just put this script into your ~/bin directory
add +x mask and run it from terminal to easy connect to diffrent ssh servers

$ sshmanager

For install dependency:

cpanm --installdeps .

(for available cpanm utils - install it: cpan -i App::cpanminus )

# Screenshot

![Sshmanager](https://raw.githubusercontent.com/poizon/sshmanager/master/screenshot.png)

CHANGE LOG:
* Version 1.3 - add alternative ssh key for connect, remove common::sense, perltidy apply