
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
robotframework-sshlibrary-forwardagent
Advanced tools
SSHLibrary is a Robot Framework <http://robotframework.org>
__ test
library for testing SSH and SFTP. It is operating system independent
and works both with Python and Jython.
The library has the following main usages:
SSHLibrary is open source software licensed under Apache License 2.0 <http://www.apache.org/licenses/LICENSE-2.0.html>
__.
When installing SSHLibrary on UNIX-like machines with Python, the easiest
approach is using pip <http://pip-installer.org>
__::
pip install robotframework-sshlibrary
Alternatively you can download the source distribution from PyPI <https://pypi.python.org/pypi/robotframework-sshlibrary>
__, extract
it, and install it using one of the following depending are you using
Python or Jython::
python setup.py install
jython setup.py install
A benefit of using pip is that it automatically installs paramiko <http://paramiko.org>
__ and PyCrypto <http://pycrypto.org>
__
modules that SSHLibrary requires on Python. Using pip on Windows with
Python works too, but you need to first install PyCrypto module
manually.
On Jython SSHLibrary requires Trilead SSH JAR distribution.
For more detailed installation instructions see INSTALL.rst
__.
.. Using full URL here to make it work also on PyPI __ https://github.com/robotframework/SSHLibrary/blob/master/INSTALL.rst
Keyword documentation by version can be found from http://robotframework.org/SSHLibrary/.
For general information about using test libraries with Robot Framework, see
Robot Framework User Guide
__.
__ http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#using-test-libraries
FAQs
Robot Framework test library for SSH and SFTP
We found that robotframework-sshlibrary-forwardagent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.