-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove SSH version 1 support #298
Comments
Removing SSH1 auditing and issuing a LOUD RED blanket error if SSH1 is found enabled at all seems like a good idea. |
Somewhat mixed about this: Pro:
Con:
|
Is there any real-world scenario where ssh-audit is being used to collect statistics on SSHv1 algorithms? |
I'd guess they are rare, but given ssh-audit allows key extraction it's not impossible that ssh-audit is used in that way. |
What about forking the latest version with SSH-1 support and mention it as available in a separate unmaintained repository ? |
Or more easily, tag it and reference it in the README to the effectively same effect … |
@NathanRodet : anyone interested in parsing SSHv1 endpoints could just do |
I propose that the unmaintained SSH version 1 support be removed. Rationale is as follows:
I will take input from the community on this change. If anyone agrees with this proposal, put a thumbs-up emoji on this comment ( 👍 ). Otherwise, if you'd like to keep SSH version 1 support, put a thumbs-down emoji on this comment ( 👎 ). Voting will remain open until April 1, 2025 (for approximately 6 months). After that time, I'll follow whatever the community prefers.
The text was updated successfully, but these errors were encountered: