jumpssh 1.6.5 on PyPI - Libraries.io
libraries.io › pypi › jumpsshMay 24, 2017 · JumpSSH is a module for Python 2.7+/3.5+ that can be used to run commands on remote servers through a gateway. It is based on paramiko library . It provides the ability to execute commands on hosts that are not directly accessible but only through one or more servers. Script does not need to be uploaded on a remote server and can be run locally.
jumpssh.session — jumpssh 1.6.5 documentation
https://jumpssh.readthedocs.io/en/latest/_modules/jumpssh/session.htmldef get_remote_session (self, host, username = None, retry = 0, private_key_file = None, port = SSH_PORT, password = None, retry_interval = 10, compress = False, timeout = None, ** kwargs): r """ Establish connection with a remote host from current session:param host: name or ip of the remote host:param username: user to be used for remote ssh session:param retry: retry number …
jumpssh Documentation - Read the Docs
media.readthedocs.org › pdf › jumpsshRunCmdResult(exit_code, output, result_list, command, suc-cess_exit_code, runs_nb) Bases: jumpssh.session.RunSSHCmdResult Result of a command run with SSHSession Parameters • exit_code – exit code of the run command (last run exit_code in case of retries) • output – output of the command run (last run output only in case of retries)
jumpssh.session — jumpssh 1.6.5 documentation
jumpssh.readthedocs.io › en › latestdef get_remote_session (self, host, username = None, retry = 0, private_key_file = None, port = SSH_PORT, password = None, retry_interval = 10, compress = False, timeout = None, ** kwargs): r """ Establish connection with a remote host from current session:param host: name or ip of the remote host:param username: user to be used for remote ssh session:param retry: retry number to establish ...
jumpssh · PyPI
pypi.org › project › jumpsshNov 06, 2020 · JumpSSH is a module for Python 2.7+/3.5+ that can be used to run commands on remote servers through a gateway. It is based on paramiko library . It provides the ability to execute commands on hosts that are not directly accessible but only through one or more servers. Script does not need to be uploaded on a remote server and can be run locally.
Introduction — jumpssh 1.6.5 documentation
jumpssh.readthedocs.io › en › latestJumpSSH is a module for Python 2.7+/3.5+ that can be used to run commands on remote servers through a gateway. It is based on paramiko library . It provides the ability to execute commands on hosts that are not directly accessible but only through one or more servers. Script does not need to be uploaded on a remote server and can be run locally.