Releases: tuxedoar/ssh-commander
Releases · tuxedoar/ssh-commander
ssh-commander v0.3
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
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
Initial release!.