View Single Post
Old 03-01-2012, 09:20 AM   #193
mbspringer
Junior Member
mbspringer began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Feb 2012
Device: none
Thanks, I found it. @ http://www.linuxquestions.org/questi...le-ssh-354780/

If you really want to, remove the corresponding line from /root/ssh/known_hosts , that is, the line beginning with the <ip> you snipped off. It will then ask you to accept the new key when you try to connect.

=

I upgraded from 5.0 to 5.03. Went with the 503 jailbreak. https://wiki.mobileread.com/wiki/Kind...USB_Networking

I installed the USBnet succesfully. Example to connect from Linux: ifconfig usb0 192.168.15.1; ssh root@192.168.15.244

now I get:


root@buntus-desktop:/home/mbs# ifconfig usb0 192.168.15.1; ssh root@192.168.15.244
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@
@ 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
1e:2d:4f:9a:3d:d2:68:72:f5:03:ad:ce:7c:4d:aa:af.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending key in /root/.ssh/known_hosts:1
RSA host key for 192.168.15.244 has changed and you have requested strict checking.
Host key verification failed.

what can I do to resolve this issue ?

Last edited by mbspringer; 03-01-2012 at 09:30 AM.
mbspringer is offline   Reply With Quote