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

firmware_upgrade.sh #26

Open
sekt1953 opened this issue Oct 30, 2022 · 2 comments
Open

firmware_upgrade.sh #26

sekt1953 opened this issue Oct 30, 2022 · 2 comments

Comments

@sekt1953
Copy link

I get this message:

Unable to negotiate with 192.168.0.231 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
@sekt1953
Copy link
Author

sekt1953 commented Oct 30, 2022

i have found a solution, the problem was in the firmware_upgrade.sh file

The SSH connection should look like this:

ssh -p${SSH_PORT} -oHostKeyAlgorithms=+ssh-dss root@${GATEWAY_HOST}

There are 3 lines that must be corrected

@derhagen
Copy link

in my case I needed:

ssh -p${SSH_PORT} -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedAlgorithms=+ssh-rsa root@${GATEWAY_HOST}

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

No branches or pull requests

2 participants