Re: problema con SSH en Lenny

2010-01-25 Por tema Federico Sciarretta Miliozzi
Federico Alberto Sayd wrote:
 a...@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.


 -- 
 !! Nuestra Red Nacional les desea un FeliZ 2010 !!
   Gracias por utilizar nuestro servicio de correo.


   
 Ssh va guardando un archivo con la clave pública de cada host al que
 se conecta. Cuando reinstalas un servidor esa clave pública se
 regenera, cuando tratas de conectarte de nuevo al servidor reinstalado
 la clave guardada antes de la reinstalación difiere de la nueva clave
 y  por lo tanto lo ssh lo interpreta como un ataque. Si no quieres que
 eso pase puedes guardar las claves de tu server antes de reinstalarlo.

 De lo contrario tendrás que borrar la líne de /root/.ssh/known_hosts
 que te indica el aviso.

 Saludos


Che que paso con las preguntas inteligentes? no se respeta mas?

Saludos

-- 



Federico Sciarretta Miliozzi
Linux Registered User #399792
GNU/Linux Debian Stable


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: problema con SSH en Lenny

2010-01-15 Por tema mariodebian
El vie, 15-01-2010 a las 09:21 -0500, a...@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


signature.asc
Description: Esta parte del mensaje está firmada digitalmente


problema con SSH en Lenny

2010-01-15 Por tema a...@n RuiZ
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.


--
!! Nuestra Red Nacional les desea un FeliZ 2010 !!
  Gracias por utilizar nuestro servicio de correo.


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



problema con SSH en Lenny

2010-01-15 Por tema a...@n RuiZ
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.xxx.xxx has changed and you have requested strict
checking.
Host key verification failed.

Alguna ayuda al respecto??
gracias

Adian Ruiz.



--
!! Nuestra Red Nacional les desea un FeliZ 2010 !!
  Gracias por utilizar nuestro servicio de correo.


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: problema con SSH en Lenny

2010-01-15 Por tema Juan Serra Costa
En Fri, 15 Jan 2010 15:21:13 +0100, a...@n RuiZ ad...@tdad.ssp.rimed.cu  
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.


--
!! Nuestra Red Nacional les desea un FeliZ 2010 !!
  Gracias por utilizar nuestro servicio de correo.





--
Usando el novísimo cliente de correo de Opera: http://www.opera.com/mail/

Edita el archivo /root/.ssh/known_hosts y elimina la línea 2.


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



problema con SSH en Lenny (solucionado)

2010-01-15 Por tema a...@n RuiZ
Gracias a todos. Resuelto el pequeño problema.

Un saludo
ADIAN RUIZ.


--
!! Nuestra Red Nacional les desea un FeliZ 2010 !!
  Gracias por utilizar nuestro servicio de correo.


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: problema con SSH en Lenny

2010-01-15 Por tema Federico Alberto Sayd

a...@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.


--
!! Nuestra Red Nacional les desea un FeliZ 2010 !!
  Gracias por utilizar nuestro servicio de correo.


  
Ssh va guardando un archivo con la clave pública de cada host al que se 
conecta. Cuando reinstalas un servidor esa clave pública se regenera, 
cuando tratas de conectarte de nuevo al servidor reinstalado la clave 
guardada antes de la reinstalación difiere de la nueva clave y  por lo 
tanto lo ssh lo interpreta como un ataque. Si no quieres que eso pase 
puedes guardar las claves de tu server antes de reinstalarlo.


De lo contrario tendrás que borrar la líne de /root/.ssh/known_hosts que 
te indica el aviso.


Saludos


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: problema con SSH en Lenny (solucionado)

2010-01-15 Por tema Roberto Chacon
El 15 de enero de 2010 09:13, a...@n RuiZ ad...@tdad.ssp.rimed.cu escribió:

 Gracias a todos. Resuelto el pequeño problema.

 Un saludo
 ADIAN RUIZ.


 --
 !! Nuestra Red Nacional les desea un FeliZ 2010 !!
  Gracias por utilizar nuestro servicio de correo.


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org



Adrian

Podrias decirnos que fue lo que hiciste para solucionar el problema.

Solo para tener a futuras referencias.

Gracias
-- 
Roberto Chacón M.

GNU/Linux user: 488653
No me envie correos en formatos propietarios
http://www.gnu.org/philosophy/no-word-attachments.es.html


Re: problema con SSH en Lenny

2010-01-15 Por tema Javier Rojas
On Fri, Jan 15, 2010 at 09:26:26AM -0500, a...@n RuiZ wrote:
 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.

en el servidor en el que está usando ssh, haga lo siguiente

 
 @@@
 @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.

edite el archivo /root/.ssh/known_hosts

 Offending key in /root/.ssh/known_hosts:2

borre la línea 2

e intente de nuevo

esto le va a pasar siempre que ud. reinstale un servidor y no copie las
llaves que tenía la instalación original (/etc/ssh/ssh_host_*) a la
instalación nueva.

valga decir que el mensaje sólo puede ignorarse cuando se está seguro de
que el sitio al que se está conectando fue reinstalado (o sufrió algún
evento similar). En otro caso sí hay que ponerse bastante paranoico

-- 
Javier Rojas

GPG Key ID: 0x24E00D68


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org