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

Upgrade to latest net-ssh (7.0.0.beta1) #2570

Merged
3 commits merged into from
Jul 13, 2022
Merged

Conversation

domrcrel
Copy link
Contributor

This updates net-ssh to latest version 7.0.0.beta1. I'm aware that #2555 exists, but this PR adds that while also making sure to enable append_all_supported_algorithms: true within net-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).

@Bierchermuesli
Copy link

This works for me very well. For newer and older Devices! Thanks

If someone else want to use use this patch already:

git pull https://github.com/ytti/oxidized.git
cd oxidized
git fetch origin pull/2570/head:ssh-test-branch
git checkout ssh-tssh-test-branch
gem install bundler
rake install

@ghost ghost merged commit 9d67c03 into ytti:master Jul 13, 2022
@ghost ghost mentioned this pull request Jul 13, 2022
4 tasks
@ind-georghuber ind-georghuber mentioned this pull request Aug 4, 2022
@lpmhouben
Copy link

This worked for me when I had a similar issue. Any word on when it'll be added to main?

@ghost
Copy link

ghost commented Sep 29, 2022

what is main?

@wioxjk
Copy link

wioxjk commented Oct 24, 2022

What is the status of this?
This seems to be a blocker to run it on Ubuntu 22.04

@mabrasheva
Copy link

This works for me very well. For newer and older Devices! Thanks

If someone else want to use use this patch already:

git pull https://github.com/ytti/oxidized.git
cd oxidized
git fetch origin pull/2570/head:ssh-test-branch
git checkout ssh-tssh-test-branch
gem install bundler
rake install

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?

@domrcrel domrcrel mentioned this pull request Nov 4, 2022
@belykhk
Copy link

belykhk commented Nov 13, 2022

@mabrasheva you can update you existing oxidized installation with gem plugin specific_install.

Something like:

sudo gem install specific_install
sudo gem specific_install https://github.com/ytti/oxidized.git
sudo service oxidized restart

@mabrasheva
Copy link

@mabrasheva you can update you existing oxidized installation with gem plugin specific_install.

Something like:

sudo gem install specific_install
sudo gem specific_install https://github.com/ytti/oxidized.git
sudo service oxidized restart

Thank you much for the reply.
I did not know it could be so easier and I reinstalled oxidized from github repo and solved my issue.

This pull request was closed.
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.

6 participants