You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSSH dropped SSHv1 (and rsa1) support some time ago: https://www.openssh.com/releasenotes.html
so now ssh-keyscan -t dsa,rsa,rsa1 127.0.0.1
fails with Unknown key type "rsa1"
and the check in Smokeping::probes::SSH croaks.
The obvious fix would be to remove rsa1 from the ssh-keyscan command.
Thank you (also for this great tool).
The text was updated successfully, but these errors were encountered:
Strykar
added a commit
to Strykar/SmokePing
that referenced
this issue
Mar 11, 2019
OpenSSH dropped SSHv1 (and rsa1) support some time ago:
https://www.openssh.com/releasenotes.html
so now
ssh-keyscan -t dsa,rsa,rsa1 127.0.0.1
fails with
Unknown key type "rsa1"
and the check in Smokeping::probes::SSH croaks.
The obvious fix would be to remove
rsa1
from the ssh-keyscan command.Thank you (also for this great tool).
The text was updated successfully, but these errors were encountered: