pssh
index
/home/ut3hax/bin/pssh

After setting your .session direcotry path in your environment using the
variable SESSION_DIR, create session files in your session dir.
 
These files must follow the INI format. Example session file named koar:
-------------------------------------------------------------------------------
[Session]
HostName=koarcg.com
PortNumber=22
UserName=me
-------------------------------------------------------------------------------
 
Usage: pssh [SESSION_FILE_PAT]
The pattern searched is 'koar%', so you may simply type in the begining of the
session file name, providing it only matches one file.  Thus in the above
example, the following would also work: 
    pssh k
    pssh ko
    pssh koa
 
The purpose of this tool is to save time looking up the port numbers, usernames
and exact domains of client's files.

 
Modules
       
ConfigParser
glob
os
sys

 
Functions
       
main()

 
Data
        kwds = ['HostName', 'PortNumber', 'UserName']