Making SSH more convenient
Homepage
Download
Recent Releases
1.930 Sep 2024 03:15
minor feature:
(2024-09-29).
Added:
Ssh-authorized-keys: Collects info from authorized_keys files from every user it can find.
Ssh-sig: Make ssh-keygen -Y simpler.
Manpages. No need for help2man/pod2man as dependency anymore.
--version option to show version information.
1.816 Dec 2022 03:15
minor bugfix:
(unreleased).
Added:
Ssh-last: like last but for SSH sessions.
Changed:
Ssh-facts:
For newer FreeBSDs.
Ssh-ping:
For Debian making the package build reproducible.
All.
- Shrink header comments.
Removed:
All.
- Removed HashKnownHosts=no option.
Some Distros set several options as standard in /etc/ssh/ssh_config.
Debian uses HashKnownHosts=yes by default.
so entries in /.ssh/known_hosts get mixed with hashed and unhashed entries.
Removing this option, so ssh's default gets used.
1.701 Nov 2021 03:15
minor feature:
(2021-10-31).
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).
1.624 Jan 2020 17:40
major feature: