SOLVED SSH starts requiring Keys in 9.3

Status
Not open for further replies.

Glorious1

Guru
Joined
Nov 23, 2014
Messages
1,211
Since installing 9.3, I have been unable to SSH into FreeNAS. It seems to be wanting Key authentication, which is a hurdle I'd rather not jump at the moment:
Code:
Jims-MacBookPro:NAS jim$ ssh 192.168.0.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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 RSA key sent by the remote host is
**************************************************
Please contact your system administrator.
Add correct host key in /Users/jim/.ssh/known_hosts to get rid of this message.
Offending RSA key in /Users/jim/.ssh/known_hosts:1
RSA host key for 192.168.0.2 has changed and you have requested strict checking.
Host key verification failed.

I have "Allow Password Authentication" checked in SSH setup, and I've turned that check and the service on and off, and rebooted the system, but I can't just use a password as before. What gives?
 

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
This is saying that the host key has changed. It isn't your user. you need to remove the host key for 192.168.0.2 in /User/jim/.ssh/known_hosts
 

Glorious1

Guru
Joined
Nov 23, 2014
Messages
1,211
Thanks, that worked. Guess I should have tried what it said; I just assumed something was wrong on FreeNAS end since I requested password authentication.
 
Status
Not open for further replies.
Top