Skip to content
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

Replace deprecation warning #140

Merged
merged 1 commit into from
Aug 26, 2022
Merged

Replace deprecation warning #140

merged 1 commit into from
Aug 26, 2022

Conversation

pablo-ruth
Copy link
Contributor

@pablo-ruth pablo-ruth commented Aug 23, 2022

Fix #133

Hello @tierpod, following our discussion in #138. I kept the deprecation check but removed RSA from the list. I added a "buggy" check, that target RSA keys, as we know that in a certain combination of client/server version the authentication is failing. I conditioned the warning so it's displayed only for users that are using only rsa (or deprecated) keys, so that when you have at least one non-rsa key you are not disturbed by it.

I will be happy to have your opinion on it :)

@tierpod
Copy link
Contributor

tierpod commented Aug 26, 2022

Hi @pablo-ruth , I like these changes, warning message is clear for me 👍

@pablo-ruth pablo-ruth merged commit 0e30ff4 into master Aug 26, 2022
@pablo-ruth
Copy link
Contributor Author

Great thanks for your time discussing and resolving this issue :) I'll release this change.

@pablo-ruth pablo-ruth deleted the warnRSA branch August 26, 2022 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Certificate type is set to ssh-rsa-cert-v01@openssh.com which is deprecated in new openssh
2 participants