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
# /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!
The text was updated successfully, but these errors were encountered:
Same story: #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!
The text was updated successfully, but these errors were encountered: