diff --git a/tsshbatch.py b/tsshbatch.py index d63ea95..23455c9 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -4,6 +4,9 @@ # Permission Hereby Granted For Unrestricted Personal Or Commercial Use # For Updates See: http://www.tundraware.com/Software/tsshbatch +# And ... a tip of the hat for some of the ideas in the program goes to: +# +# http://jessenoller.com/2009/02/05/ssh-programming-with-paramiko-completely-different/ ##### # Program Housekeeping @@ -12,7 +15,7 @@ PROGNAME = "tsshbatch.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -RCSID = "$Id: tsshbatch.py,v 1.126 2011/12/30 23:06:13 tundra Exp $" +RCSID = "$Id: tsshbatch.py,v 1.127 2011/12/30 23:49:46 tundra Exp $" VERSION = RCSID.split()[2] CPRT = "(c)"