Hi,
I could’t ssh connecte to mi PI3 after update
$ ssh volumio@192.168.1.xx
volumio@192.168.1.xx’s password:
Connection closed by 192.168.1.xx
$
I try to remove key
$ssh-keygen -f “/home/toto/.ssh/known_hosts” -R 192.168.1.xx
…
$ssh volumio@192.168.1.xx
The authenticity of host ‘192.168.1.xx (192.168.1.xx)’ can’t be established.
ECDSA key fingerprint is 9b:21:ac:63:8d:dxxxxxxxxxxxxxxxxxxxxxx.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘192.168.1.xx’ (ECDSA) to the list of known hosts.
volumio@192.168.1.xx’s password:
Connection closed by 192.168.1.xx
$
I try a local connection at the HDMI console
$ ssh volumio@localhost
it works with the password I chose.
Do you have idea?
Regards
JLS