[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problema con SSH en Lenny



El vie, 15-01-2010 a las 09:21 -0500, Adi@n RuiZ escribió:
> saludos lista, instale un servidor con debian lenny reciente y todo ok,
> pero hay un detalle a la hora de entrar remoto desde otro server a ese a
> travez de ssh me da el siguiente error: aclaro que instale el paquete ssh
> desde el repo de debian. Lo que necesito saber es como acceder via SSH a
> ese server.
> 
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> @    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
> 04:66:87:35:77:a1:86:9d:cd:3b:70:a6:ed:10:2a:1c.
> 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:2
> RSA host key for 192.168.93.2 has changed and you have requested strict
> checking.
> Host key verification failed.
> 
> Alguna ayuda al respecto??
> gracias
> 
> Adian Ruiz.
> 



Cuando se instala SSH se genera una clave única que se almacena en los
__clientes__ la primera vez que entras... seguramente has usado esa IP
en otra instalación y las claves no coinciden.

Tienes que borrar el antiguo fingerprint desde donde ejecutas el
__cliente__ ssh, o bien borrando la línea 2 del
archivo /root/.ssh/known_hosts o bien ejecutando:

ssh-keygen -R 192.168.93.2



-- 
Saludos
--
http://mariodebian.com

Attachment: signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente


Reply to: