-
Notifications
You must be signed in to change notification settings - Fork 931
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
Upgrade to latest net-ssh (7.0.0.beta1) #2570
Conversation
This works for me very well. For newer and older Devices! Thanks If someone else want to use use this patch already:
|
This worked for me when I had a similar issue. Any word on when it'll be added to main? |
what is main? |
What is the status of this? |
Hello, my initial install is not with git clone command but with "gem install oxidized" and "gem install oxidized-script". Can I apply this patch, and in which directory I should pull it? |
@mabrasheva you can update you existing oxidized installation with gem plugin Something like:
|
Thank you much for the reply. |
This updates
net-ssh
to latest version7.0.0.beta1
. I'm aware that #2555 exists, but this PR adds that while also making sure to enableappend_all_supported_algorithms: true
withinnet-ssh
to ensure that nothing breaks from this upgrade. Despite the wording upstream, deprecated algorithms have yet to be removed in this version and all looks to be working great.Please consider to add this as the upgrade to latest
net-ssh
does enable new KEX algorithms that newer devices support (e.g.diffie-hellman-group14-sha256
).