Skip to content

Releases: AmadeusITGroup/JumpSSH

1.3.2

18 Dec 03:11
dbf3b47
Compare
Choose a tag to compare
  • [Bug] #23: do not print byte but str in continuous output when running command with python3.

1.3.1

15 Sep 22:19
Compare
Choose a tag to compare
  • fix interruption of remote command when transport channel is already closed

1.3.0

14 Sep 14:20
Compare
Choose a tag to compare
  • allow to conceal part of the command run in logs specifying list of pattern in silent parameter (regexp format) For example, if a password is specified in command you may want to conceal it in logs but still want to log the rest of the command run
  • ability to customize success exit code when calling run_cmd so that an exit code different from 0 do not raise any exception. Success exit code can be an int or even a list of int if several exit codes are considered a success.
  • ability to retry remote command until success or max retry is reached
  • ability to forward Ctrl-C to remote host in order to interrupt remote command before stopping local script

1.2.1

27 Jul 18:47
Compare
Choose a tag to compare
  • reduce logging level of some logs from INFO to DEBUG
  • propagate missing 'silent' parameter in restclient module to run_cmd to disable logging of command for http calls when needed

1.2.0

24 Jul 21:54
Compare
Choose a tag to compare
  • automatically open inactive session when running command on it
  • automatically open inactive jump session when requesting remote session

1.1.0

20 Jul 19:41
Compare
Choose a tag to compare
  • Each ssh session can be used as a jump server to access multiple remote sessions in parallel. Only 1 remote session per jump server was allowed before.
  • ability to customize retry interval when opening a ssh session

1.0.2

14 Jul 21:30
Compare
Choose a tag to compare
  • Fix run of shell builtins commands (source, ...) when impersonating another user as they cannot be executed without the shell and by default, sudo do not run shell

1.0.1

11 Jun 19:30
Compare
Choose a tag to compare
add automated publication on PyPi when tagging repository

1.0.0

11 Jun 03:48
Compare
Choose a tag to compare
Merge pull request #3 from t-cas/fix-sonar-build

fix failing build due to sonar setup