29 lines
1006 B
XML
29 lines
1006 B
XML
<package>
|
|
<description brief="Paramiko SSH library for Python">
|
|
|
|
<p>
|
|
<a href="http://www.lag.net/paramiko/">Paramiko</a>, by Robey Pointer,
|
|
is a pure-Python library for making SSH2 connections (client or
|
|
server). It's main use within ROS is to support remote launching
|
|
for <a href="http://www.ros.org/wiki/roslaunch">roslaunch</a>.
|
|
</p>
|
|
<p>
|
|
This ROS package wraps Paramiko 1.7.5 "Ernest", which was released
|
|
on July 19, 2009. While paramiko is available via OS package managers,
|
|
the versions available are out of date and do not contain the
|
|
latest security fixes. This package will be updated as new versions
|
|
of Paramiko are released.
|
|
</p>
|
|
|
|
</description>
|
|
<author>Robey Pointer/robey@lag.net. ROS package maintained by Ken Conley</author>
|
|
<license>LGPL</license>
|
|
<review status="3rdparty" notes=""/>
|
|
<url>http://ros.org/wiki/paramiko/</url>
|
|
<depend package="pycrypto" />
|
|
<export>
|
|
<rosdoc external="http://www.lag.net/paramiko/docs/" />
|
|
</export>
|
|
</package>
|
|
|