We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
in my case I needed:
ssh -p${SSH_PORT} -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedAlgorithms=+ssh-rsa root@${GATEWAY_HOST}
No branches or pull requests
I get this message:
The text was updated successfully, but these errors were encountered: