ssh-tools v1.6 Release Notes

Release Date: 2020-01-23 // about 4 years ago
  • โž• Added

    • ssh-certinfo: Shows validity and information of SSH certificates
    • ssh-keyinfo: Prints keys in several formats
    • ssh-diff: Environment variable to disable remote file checking
    • ssh-facts: New explorers ( runlevel, disks )
    • ๐Ÿ–จ ssh-ping: Option to print human readable timestamp (-H)

    ๐Ÿ”„ Changed

    • all
    • ssh-diff:
      • Replaced tput with ANSI Escape codes for color output
      • Pipe output to cat to get a zero exit code for test.sh
    • ssh-facts:
      • Update explorers
    • ssh-ping:
      • Replaced tput with ANSI Escape codes for color output
      • Changed from Python to Perl for calculating time
    • ssh-version:
      • Updated usage (with examples)