ssh -oHostKeyAlgorithms=+ssh-dss root@192.168.8.109
If you want to change selection, open document below and click on "Move attachment"
SSH returns: no matching host key type found. Their offer: ssh-dss - Ask Ubuntuhere's a neat page with legacy information that includes this issue: http://www.openssh.com/legacy.html In a nutshell, you should add the option -oHostKeyAlgorithms=+ssh-dss to the SSH command: <span>ssh -oHostKeyAlgorithms=+ssh-dss root@192.168.8.109 You can also add a host pattern in your ~/.ssh/config so you don't have to specify the key algorithm every time: Host nas HostName 192.168.8.109 HostKeyAlgorithms=+ssh-dss This has the Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details