Skip to content
/ tmssh Public
forked from V-FEXrt/tmssh

A script for keeping track of all your remote ssh servers

License

Notifications You must be signed in to change notification settings

itnachos/tmssh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tmssh - To Many SSH

A script for keeping track of all your remote ssh servers. I personally have to ssh into WAY to many remote servers, and this script eases that process.

Install

git clone [email protected]:V-FEXrt/tmssh.git
cd tmssh
cp tmssh /usr/local/bin # Any other location in your path is also acceptable 

Usage

tmssh add [email protected] myserver # Adds myserver to the list of saved servers
tmssh myserver # ssh into [email protected]
tmssh list # List all server names
tmshh list -l # List all server names and their address
tmshh remove myserver # Remove myserver from the list of saved servers
tmshh help # print help
tmshh version # print version info

About

A script for keeping track of all your remote ssh servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%