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

Add support for hmac-sha1 and hmac-sha1-96 #151

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Conversation

AnthonyRoss
Copy link
Contributor

@AnthonyRoss AnthonyRoss commented Jan 22, 2024

Added support for hmac-sha1 and hmac-sha1-96 in the ssh config

@AnthonyRoss AnthonyRoss self-assigned this Jan 22, 2024
@c2fo-cibot c2fo-cibot bot added the size/XS Denotes a PR that changes 0-9 lines label Jan 22, 2024
@@ -75,7 +75,8 @@ var defaultSSHConfig = &ssh.ClientConfig{
"[email protected]",
"hmac-sha2-256",
"hmac-sha2-512",
"hmac-ripemd160",
"hmac-sha1",
"hmac-sha1-96",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pelase update the CHANGELOG.md

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@funkyshu updated here: 17a03bb

@funkyshu funkyshu merged commit 050a587 into master Jan 22, 2024
8 checks passed
@funkyshu funkyshu deleted the add_support_for_hmac-md5 branch January 22, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants