All Versions
8
Latest Version
Avg Release Cycle
220 days
Latest Release
1231 days ago
Changelog History
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
- 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)
-
v1.5 Changes
December 23, 2018➕ Added
- ssh-hostkeys: Prints server host keys in several formats
✂ Removed
- 🚚 Moved packaging files for debian to https://salsa.debian.org/swick-guest/ssh-tools
-
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