sshpt -- SSH Power Tool
Copyright (C) 2011 Dan McDougall.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) version 3 as published by the Free Software Foundation.
A copy of the GNU GPLv3 should have been distributed with this sofware. If a copy was not provided it may be downloaded at the following URL:
http://www.gnu.org/licenses/gpl-3.0.txt
***`
Detailed information on sshpt as well as the latest version can be found at the following URL:
http://code.google.com/p/sshpt/
No installation is necessary to use sshpt but Python 2.5+ is required as well as the following Python modules:
Paramiko - Pythonic SSH implementation
URL: http://www.lag.net/paramiko/
pycrypto - Python Cryptography Toolkit
URL: http://www.amk.ca/python/code/crypto.html
If you want to use sshpt as a module in your Python program a setup.py has been provided:
sudo python setup.py install