System Failure
No Matching Host Key
The version of OpenSSH included in 16.04 disables ssh-dss. There's a neat page with legacy information that includes this issue: http://www.openssh.com/legacy.html
Use the following option to the SSH command.
You can also add a host pattern in your ~/.ssh/config
so you don't have to specify the key algorithm every time:
This has the added benefit that you don't need to type out the IP address. Instead, ssh
will recognize the host nas
and know where to connect to. Of course you can use any other name in its stead.
Vboxdrv not found
FATAL: Module vboxdrv not found in directory /lib/modules/4.10.0-20-generic
Fix:
Last updated