Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



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 Ubuntu
here'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

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.