JumpSSH Versions Save

Python module to run commands on remote servers through one or more jump servers.

1.6.5

3 years ago
  • [Bug] #152 : Remove pkg_info.json file and replace it with python file to avoid access issue at runtime
  • [Improvement] add python 3.9 validation

1.6.4

3 years ago
  • [Bug] #109 : Fix automated session closure handled by python garbage collection
  • [Bug] #120 : Fix get_remote_session not respecting 'timeout' parameter
  • [Bug] #139 : Fix run_cmd raising AuthenticationException if no agent is running
  • [Improvement][Tests]: use flaky package to automatically rerun flaky tests

1.6.3

4 years ago

1.6.2

4 years ago
  • [Improvement]: remove pytest-runner from setup_requires as this is deprecated for security reasons, see https://github.com/pytest-dev/pytest-runner
  • [Improvement]: use only fixed test dependencies in requirements_dev.txt

1.6.1

5 years ago
  • [Bug] #51 : 'get' file was failing if the remote file is binary.
  • [Feature]: Ability to use any parameter of paramiko.client.SSHClient.connect in get_remote_session, was forgotten during implementation of #43 .
  • [Improvement]: tests migrated to docker-compose to setup docker environment

1.6.0

5 years ago
  • [Bug] #51 : 'get' file was failing if the remote file is binary.
  • [Feature]: Ability to use any parameter of paramiko.client.SSHClient.connect in get_remote_session, was forgotten during implementation of #43 .
  • [Improvement]: tests migrated to docker-compose to setup docker environment

1.5.1

5 years ago
  • [Feature] #43 : Ability to use any parameter of paramiko.client.SSHClient.connect in SSHSession.

1.5.0

5 years ago
  • [Feature] #43 : Ability to use any parameter of paramiko.client.SSHClient.connect in SSHSession.

Warning No Pypi package delivered for this release due to credentials issue. Use package 1.5.1.

1.4.1

6 years ago
  • [Bug] #33 : Fix download of file owned by root with SSHSession.get
  • [Bug] : Automatically open closed session when calling SSHSession.put

1.4.0

6 years ago
  • [Feature] #29 : Expose compression support from Paramiko (inherited from SSH).