oetiker / SmokePing

The Active Monitoring System
http://www.smokeping.org
GNU General Public License v2.0
1.35k stars 182 forks source link

Smokeping::probes::SSH->new croaks with recent OpenSSH (again) #410

Open Giga-Pudding opened 1 month ago

Giga-Pudding commented 1 month ago

Same story: https://github.com/oetiker/SmokePing/issues/120 But this time it's DSA

# /usr/bin/ssh-keyscan -t dsa,rsa,ecdsa 127.0.0.1 fails with Unknown key type "dsa"

According to the OpenSSH 9.8/9.8p1 (2024-07-01) Release Notes, DSA code will be removed in 2025, but is already disabled at compile time in the current release, so DSA does not work anymore.

Best regards!