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
- Host: GitHub
- URL: https://github.com/poizon/sshmanager
- Owner: poizon
- Created: 2017-02-13T15:44:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T15:28:04.000Z (over 2 years ago)
- Last Synced: 2025-03-16T05:14:39.960Z (12 months ago)
- Topics: administration, perl-scripts, perl5, ssh-client
- Language: Perl
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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