check this out:
Ubuntu + updates = new version of OpenSSH = disables ssh-dss on the client side
Quick Fix:
ssh -oHostKeyAlgorithms=+ssh-dss -p 8101 openhab@localhost
check this out:
Ubuntu + updates = new version of OpenSSH = disables ssh-dss on the client side
Quick Fix:
ssh -oHostKeyAlgorithms=+ssh-dss -p 8101 openhab@localhost