Ayuda con ssh entre mac y linux

Hola buenas las cuestion es tengo un debian y al hacer ssh con el mac me pone esto:


WARNING: REMOTE HOST INDENTIFICATIN HAS CHANGED

It is possible that someone is doing somethings nasty !
Someone could be eavesdropping on your right now (man-in-the-middle-attack)!
It also possible that RSA host key has just been changed
The fingerprint for RSA key sent by the remote host is
cd:74:83:20:c7:b5:95:d6:86:23:ce:b1:85:0a:c7:82

Please contac your system administrator
Add correct host key in /home/ismael/.ssh/know_host to get rid f this message
Offending key in /home/ismael/ssh/know_host:1
and you have requested strick checking.
Host key verification failed!


Y cuando acceso intento acceder desde el mac a debian me pone esto otro:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
b8:6e:73:1d:ac:ab:64:2f:b0:bb:35:35:27:b1:d2:81.
Please contact your system administrator.
Add correct host key in /Users/ismaelrodriguezmoreno/.ssh/known_hosts to get rid of this message.
Offending key in /Users/ismaelrodriguezmoreno/.ssh/known_hosts:1
RSA host key for 192.168.1.33 has changed and you have requested strict checking.
Host key verification failed.

Pues haber si alguien me puede ayudar para poder comunicarlos.

Decir que donde tengo instalado el mac tengo tambien instalado ubuntu y puedo hacer perfectamente ssh entre el otro sistema debian y este ubuntu y viceversa
Este problema yo lo resuelvo de linux1 a linux2 de esta forma:
Se produce cuando cambias de ip las maquinas.

linux1:/home/usuario>ssh usuario@linux2
Error bla, bla,bla,bla

linux1:/home/usuario>cd .ssh
linux1:/home/usuario/.ssh>rm known_hosts

linux1:/home/usuario>ssh usuario@linux2
(conexion correcta).

Con el putty(cliente ssh grafico) me ha pasado lo mismo, y he borrado no se que archivo y a correr.

Espero haber servido de ayuda.
(es una solucion chapuzas, pero bueno)

Saludos y suerte.
pasteles escribió:Hola buenas las cuestion es tengo un debian y al hacer ssh con el mac me pone esto:


WARNING: REMOTE HOST INDENTIFICATIN HAS CHANGED

It is possible that someone is doing somethings nasty !
Someone could be eavesdropping on your right now (man-in-the-middle-attack)!
It also possible that RSA host key has just been changed
The fingerprint for RSA key sent by the remote host is
cd:74:83:20:c7:b5:95:d6:86:23:ce:b1:85:0a:c7:82

Please contac your system administrator
Add correct host key in /home/ismael/.ssh/know_host to get rid f this message
Offending key in /home/ismael/ssh/know_host:1
and you have requested strick checking.
Host key verification failed!


Y cuando acceso intento acceder desde el mac a debian me pone esto otro:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
b8:6e:73:1d:ac:ab:64:2f:b0:bb:35:35:27:b1:d2:81.
Please contact your system administrator.
Add correct host key in /Users/ismaelrodriguezmoreno/.ssh/known_hosts to get rid of this message.
Offending key in /Users/ismaelrodriguezmoreno/.ssh/known_hosts:1
RSA host key for 192.168.1.33 has changed and you have requested strict checking.
Host key verification failed.

Pues haber si alguien me puede ayudar para poder comunicarlos.

Decir que donde tengo instalado el mac tengo tambien instalado ubuntu y puedo hacer perfectamente ssh entre el otro sistema debian y este ubuntu y viceversa


Cargate el .ssh de tu home y asunto zanjado.
en el .ssh puede haber muchas cosas qe no quiera borrar !!
Solo tienes que borrar la linea 1 de /Users/ismaelrodriguezmoreno/.ssh/known_hosts .

Un saludo.
Gracias por las respuestas
5 respuestas