All Versions
8
Latest Version
1.7
Avg Release Cycle
220 days
Latest Release
898 days ago

Changelog History

  • v1.7 Changes

    October 31, 2021

    โž• 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)
  • v1.6 Changes

    January 23, 2020

    โž• 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)
  • v1.5 Changes

    December 23, 2018

    โž• Added

    • ssh-hostkeys: Prints server host keys in several formats

    โœ‚ Removed

  • v1.4 Changes

    February 25, 2018

    โž• Added

    • ssh-facts: uptime and last_reboot fact

    ๐Ÿ”„ Changed

    • ๐Ÿ›  minor fixes
    • ๐Ÿ‘Œ improved documentation
  • v1.3 Changes

    October 04, 2017

    โž• Added

    • ๐Ÿ‘ better OpenBSD support

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ consistent code formatting and better output
    • more robustness
    • portable to older Bash versions
    • ๐Ÿ”„ changed license from AGPL-3 to GPL-3 and added debian/copyright
  • v1.2 Changes

    September 03, 2017

    โž• Added

    • ssh-diff: Diff a file over SSH
    • ssh-facts: Get some facts about the remote system

    ๐Ÿ”„ Changed

    • ssh-ping: works now under OSX
    • ๐Ÿ“ฆ debianized package
  • v1.1 Changes

    August 20, 2017

    โž• Added

    • ssh-ping: colors in statistics output
  • v1.0 Changes

    August 14, 2017

    ๐ŸŽ‰ Initial Release

    • ssh-ping: Check if host is reachable using ssh_config
    • ssh-version: Shows version of the SSH server you are connecting to