ssh-tools v1.7 Release Notes

Release Date: 2021-10-31 // over 2 years ago
  • โž• Added

    • ssh-force-password: Enforces password authentication
    • ssh-ping
      • Option (-C) to connect/reconnect as soon as the host responds
      • Exit Codes
      • 1: More than 1 request lost
      • 2: All requests lost
      • Environment Variable
      • SSH_PING_NO_COLORS: if set, no colors are shown (like -n)

Previous changes from v1.6

  • โž• 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)