ssh-tools v1.7 Release Notes
Release Date: 2021-10-31 // over 3 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
- shellchecked and fixed errors and warnings (https://www.shellcheck.net)
- 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)