PDA

View Full Version : help....ssh no found ;.(



rubtrix
October 30th, 2008, 06:16 PM
MacBook:~ Rubens$ ssh -2 frontrow@appletv.local
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@
@ 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 the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
eb:b4:65:9c:74:6f:b6:32:90:6a:86:90:9b:17:bc:51.
Please contact your system administrator.
Add correct host key in /Users/Rubens/.ssh/known_hosts to get rid of this message.
Offending key in /Users/Rubens/.ssh/known_hosts:4
RSA host key for appletv.local has changed and you have requested strict checking.
Host key verification failed.

docbrown
October 30th, 2008, 07:01 PM
you will need to delete the file /Users/Rubens/.ssh/known_hosts
on your macbook.

MrHipster
February 15th, 2009, 10:32 AM
Same problem

Can't ssh in, and can't find the file to delete.

Everything working in basic mode. Apple TV, Boxee, but no ssh

Thanks in advance

davilla
February 15th, 2009, 10:51 AM
Offending key in /Users/Rubens/.ssh/known_hosts

see that "." in front of "ssh", that means it a hidden file. It will no show up in the finder. So you need to use the command-line to see it

clt
April 7th, 2009, 10:25 AM
see that "." in front of "ssh", that means it a hidden file. It will no show up in the finder. So you need to use the command-line to see it

hey - so how do i use the "command-line" to see/delete the file?
thanks

ShakeBobWillis
April 7th, 2009, 12:14 PM
Open Terminal then type

rm .ssh/known_hosts

davilla
April 7th, 2009, 01:15 PM
hey - so how do i use the "command-line" to see/delete the file?
thanks

ls -la

man ls has lots of info on the switches