Skip to content

Releases: tuxedoar/ssh-commander

ssh-commander v0.3

05 Jan 00:00
Compare
Choose a tag to compare

Most prominent changes, since v0.2 release:

  • Add SSH key-based authentication support!.
  • Validate remote hosts against the known_hosts file!.
  • Minor improvement at session handling.
  • Fail gracefully when no valid remote hosts are found!.
  • Set default timeout value for sessions at 5 seconds!.
  • Require Python v3.7 or newer!.
  • Update documentation at the README file.

ssh-commander v0.2

09 May 21:05
Compare
Choose a tag to compare

Changelog:

  • Connection requests are now multithreaded!.
  • Nicer colorful output!.
  • Use the logging module instead of print().
  • Take advantage of argparse's default value for specifying the SSH port.
  • Set a separate function for handling CLI arguments.
  • Updated and improved README file.

ssh-commander v0.1

30 Jun 06:44
Compare
Choose a tag to compare

Initial release!.