Skip to content

Releases: Lifailon/ssh-bot

0.2.0

09 Jul 13:20

Choose a tag to compare

Full Changelog: 0.1.0...0.2.0

  • Combined access to remote hosts by key and/or password.
  • Error handling when using commands that require user input.
  • Support for storing and reusing passed variables and functions (the exit command clears the history).

0.1.0

07 Jul 08:34

Choose a tag to compare

  • Executing commands on the local (the one where the bot is running) or remote host (via ssh) in the specified interpreter.
  • Support for parallel (asynchronous) command execution.
  • ssh connection manager with host availability check.
  • Support for directory navigation.