diff --git a/tsshbatch.py b/tsshbatch.py index 352eed0..1bc5e3c 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -1,5 +1,8 @@ #!/usr/bin/env python -# Non-Interactive ssh Connection +# tsshbatch.py - Non-Interactive ssh Connection +# Copyright (c) 2011 TundraWare Inc. +# Permission Hereby Granted For Unrestricted Personal Or Commercial Use +# For Updates See: http://www.tundraware.com/Software/tsshbatch ##### @@ -9,13 +12,13 @@ PROGNAME = "tsshbatch.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -RCSID = "$Id: tsshbatch.py,v 1.118 2011/11/15 20:56:27 tundra Exp $" +RCSID = "$Id: tsshbatch.py,v 1.119 2011/12/28 17:54:42 tundra Exp $" VERSION = RCSID.split()[2] ##### -# Suppress Deprecation Warnings until Paramiko catches up -# to latest Python modules +# Suppress Deprecation Warnings +# Required in some older environments where paramiko is behind the python libs ##### import warnings