JumpSSH | Python module to run commands | Runtime Evironment library

 by   AmadeusITGroup Python Version: 1.6.5 License: MIT

kandi X-RAY | JumpSSH Summary

kandi X-RAY | JumpSSH Summary

JumpSSH is a Python library typically used in Server, Runtime Evironment applications. JumpSSH has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install JumpSSH' or download it from GitHub, PyPI.

Python module to run commands on remote servers through one or more jump servers.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              JumpSSH has a low active ecosystem.
              It has 73 star(s) with 24 fork(s). There are 9 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 11 open issues and 33 have been closed. On average issues are closed in 26 days. There are 17 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of JumpSSH is 1.6.5

            kandi-Quality Quality

              JumpSSH has 0 bugs and 0 code smells.

            kandi-Security Security

              JumpSSH has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              JumpSSH code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              JumpSSH is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              JumpSSH releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              JumpSSH saves you 587 person hours of effort in developing the same functionality from scratch.
              It has 1369 lines of code, 95 functions and 14 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed JumpSSH and discovered the below as its top functions. This is intended to give you an instant insight into JumpSSH implemented functionality, and help decide if they suit your requirements.
            • Copy local file to remote host
            • Run a command
            • Open SSH session
            • Create a file on remote host
            • Ask the user for a question
            • Close the SSH connection
            • Returns True if the SSH connection is active
            • Return an SFTP client
            • Generate a random id
            • Create a new RunCmdResult instance
            Get all kandi verified functions for this library.

            JumpSSH Key Features

            No Key Features are available at this moment for JumpSSH.

            JumpSSH Examples and Code Snippets

            No Code Snippets are available at this moment for JumpSSH.

            Community Discussions

            QUESTION

            Get command result from SSH/Telnet via another SSH jump server in Python
            Asked 2018-Dec-20 at 04:55

            I am writing a Python code to SSH or Telnet remote hosts, execute some commands and get the result output. Here we have a jump server, so the code must be "connected" with this server and from it, Telnet or SSH the remote hosts.

            All my approaches work fine within the jump server, for example I can get the output of commands inside it. The problem is when I try to remote connect to hosts from it.

            ...

            ANSWER

            Answered 2018-Dec-20 at 04:55

            SSHSession is trying to open direct-tcpip port forwarding channel over the gateway_session.

            "administratively prohibited" is OpenSSH sshd server message indicating that direct-tcpip port forwarding is disabled.

            To enable port forwarding, set AllowTcpForwarding and DisableForwarding directives in sshd_config appropriately.

            If you cannot enable the port forwarding on the server, you cannot use jumpssh library.

            If you have a shell access to the server, you can use ProxyCommand-like approach instead.
            See Paramiko: nest ssh session to another machine while preserving paramiko functionality (ProxyCommand).

            Source https://stackoverflow.com/questions/53816272

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install JumpSSH

            You can install using 'pip install JumpSSH' or download it from GitHub, PyPI.
            You can use JumpSSH like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install jumpssh

          • CLONE
          • HTTPS

            https://github.com/AmadeusITGroup/JumpSSH.git

          • CLI

            gh repo clone AmadeusITGroup/JumpSSH

          • sshUrl

            git@github.com:AmadeusITGroup/JumpSSH.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link