我是在 mac 上面想要透过 ssh 连到 opensuse 13.1 上面,爬了一些文,知道 opensuse 预设 ssh 是关闭的且有防火墙挡住,不过已经爬了些帖解决,另外设了 port 为 60000,但是碰到如下的状况
Macintosh:~ kivallee$ ssh kival@192.168.43.234 -p 60000
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
3e:7f:7d:cd:e7:d5:8f:a9:18:45:3a:37:5e:f8:16:87.
Please contact your system administrator.
Add correct host key in /Users/kivallee/.ssh/known_hosts to get rid of this message.
Offending RSA key in /Users/kivallee/.ssh/known_hosts:1
RSA host key for [192.168.43.234]:60000 has changed and you have requested strict checking.
Host key verification failed.
Macintosh:~ kivallee$
有爬了些文,是说可以去看 known_hosts 内文中的一些讯息,不过我连 .ssh 这个档案夹都没有,不论是在 user 的帐号底下,或者是 root 底下,都没有这档案夹,不知道该怎么解决下去?还请大大们指点,感谢!