Description sshmap is a python scriptable ssh multiplexer optimized for performing parallel map operations via ssh. Dependencies sshmap uses one open source library. This file summarizes the tools used, their purpose, and the licenses under which they're released. * paramiko 1.7.7.2 (LGPL license) This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. [http://www.lag.net/paramiko/] -------- Changelog