Can not ssh in after 11.3-U3.1 upgrade

nopro

Dabbler
Joined
Apr 7, 2019
Messages
11
Hello having some trouble to login due to keys have changed after upgrade, also change service to login via password is ignored,
any ideas how to login?
GUI is fine no problems there.
Thanks.


Code:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
SHA256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.
Please contact your system administrator.
Add correct host key in /home/nick/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/nick/.ssh/known_hosts:1
ECDSA host key for [192.168.0.3]:xxx has changed and you have requested strict checking.
Host key verification failed.
 

Tony-1971

Contributor
Joined
Oct 1, 2016
Messages
147
Hi,

Did you try to remove entry in file /home/nick/.ssh/known_hosts?
 

nopro

Dabbler
Joined
Apr 7, 2019
Messages
11
Thank you! that was it :D
 
Top