Re: Disabling RSA host key check temporarily

2009-04-10 Thread Emanoil Kotsev
Ken Teague wrote: > Dotan Cohen wrote: >> Thank you, Ken, I am aware of that list and subscribe to it. That list >> is great for Microsoft bashing, discussing animal-themed backgrounds >> twice a year, and bikesheding. Technical issues are understood by a >> overwhelmed and outvoiced minority ther

Re: Disabling RSA host key check temporarily

2009-04-10 Thread Thorny
On Thu, 09 Apr 2009 23:02:23 +0300, Dotan Cohen posted: >>> Thank you, Ken, I am aware of that list and subscribe to it. That list >>> is great for Microsoft bashing, discussing animal-themed backgrounds >>> twice a year, and bikesheding. Technical issues are understood by a >>> overwhelmed and ou

Re: Disabling RSA host key check temporarily

2009-04-10 Thread Steve Kemp
On Fri Apr 10, 2009 at 08:10:50 +, Tzafrir Cohen wrote: > (We contantly install test systems on our LAN and we opted not to try to > complicate things by preserving the ssh host keys) For things like that you can add ~/.ssh/config with: Host 192.168.1.* StrictHostKeyChecking no

Re: Disabling RSA host key check temporarily

2009-04-10 Thread Tzafrir Cohen
On Tue, Apr 07, 2009 at 08:11:27PM -0400, H.S. wrote: > Dotan Cohen wrote: > > After reinstalling the OS on my desktop, SSHing in gives me this error: > > > > > Offending key in /home/hardy1/.ssh/known_hosts:28 > > Just remove this line from this file ^^^ sed -i 28d ~/.ssh/known_hos

Re: Disabling RSA host key check temporarily

2009-04-09 Thread Dotan Cohen
>> Thank you, Ken, I am aware of that list and subscribe to it. That list is >> great for Microsoft bashing, discussing animal-themed backgrounds twice a >> year, and bikesheding. Technical issues are understood by a overwhelmed >> and outvoiced minority there. Which is quite why I posted my questi

Re: Disabling RSA host key check temporarily

2009-04-09 Thread Stefan Monnier
>> edit the file and remove the instance. > Is there an easy way to identify it? Yes: ssh's error message tells you which one it is (i.e. gives you the line number). Stefan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Cont

Re: Disabling RSA host key check temporarily

2009-04-08 Thread Thorny
On Wed, 08 Apr 2009 04:18:58 +0300, Dotan Cohen posted: >> https://lists.ubuntu.com/ >> >> > Thank you, Ken, I am aware of that list and subscribe to it. That list is > great for Microsoft bashing, discussing animal-themed backgrounds twice a > year, and bikesheding. Technical issues are understoo

Re: Disabling RSA host key check temporarily

2009-04-08 Thread Javier Barroso
On Wed, Apr 8, 2009 at 1:48 AM, Ken Teague wrote: > Dotan Cohen wrote: >> Offending key in /home/hardy1/.ssh/known_hosts:28 >> RSA host key for 192.168.0.100 has changed and you have requested >> strict checking. > > Your invalid host key is on line #28.  Edit said file in vi and :28 to jump > to

Re: Disabling RSA host key check temporarily

2009-04-08 Thread Steve Kemp
On Wed Apr 08, 2009 at 02:03:03 +0300, Dotan Cohen wrote: > $ ssh -X u...@x.x.x.x > @@@ > @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ > @@@ > IT IS POSSIBLE THAT SOMEONE

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Alex Samad
On Tue, Apr 07, 2009 at 07:10:43PM -0400, Steve Reilly wrote: > Dotan Cohen wrote: > > After reinstalling the OS on my desktop, SSHing in gives me this error: > > [snip] > same thing happens to me when im constantly changing distros on my > laptop, i do this: > > sudo rm /home/hardy1/.ssh/known

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Dotan Cohen
> Nah, your question was fairly general and wasn't geared around any specific > distribution.  That's why I answered it.  However, at the same time, we have > to keep this mailing list in check so that Ubuntu users posting > Ubuntu-specific issues don't get the wrong idea that this mailing list is

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Ken Teague
Dotan Cohen wrote: Thank you, Ken, I am aware of that list and subscribe to it. That list is great for Microsoft bashing, discussing animal-themed backgrounds twice a year, and bikesheding. Technical issues are understood by a overwhelmed and outvoiced minority there. Which is quite why I posted

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Richard Hector
On Tue, 2009-04-07 at 19:25 -0400, Celejar wrote: > ssh-keygen -R x.x.x.x Woohoo, thanks :-) I turned off hashing in my known hosts file to let tab completion work, but was wondering how to change all the existing hashed entries - this should work fine :-) Richard -- To UNSUBSCRIBE, email t

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Dotan Cohen
> https://lists.ubuntu.com/ > Thank you, Ken, I am aware of that list and subscribe to it. That list is great for Microsoft bashing, discussing animal-themed backgrounds twice a year, and bikesheding. Technical issues are understood by a overwhelmed and outvoiced minority there. Which is quite why

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Ken Teague
Dotan Cohen wrote: ... why does this smell like Ubuntu? It is an Ubuntu system. Which to me is Debian that installs on this terrible ATI laptop. https://lists.ubuntu.com/ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact lis

Re: Disabling RSA host key check temporarily

2009-04-07 Thread H.S.
Dotan Cohen wrote: > After reinstalling the OS on my desktop, SSHing in gives me this error: > > Offending key in /home/hardy1/.ssh/known_hosts:28 Just remove this line from this file ^^^ -- Please reply to this list only. I read this list on its corresponding newsgroup on gman

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Ken Teague
Dotan Cohen wrote: Offending key in /home/hardy1/.ssh/known_hosts:28 RSA host key for 192.168.0.100 has changed and you have requested strict checking. Your invalid host key is on line #28. Edit said file in vi and :28 to jump to that line. Hit dd to remove the line then :wq. Make a backup

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Dotan Cohen
> Why not just delete the offending key at line 28 of known hosts? Then accept > the new one... I did not realize that is the meaning of the :28 in the error. Now I know, thanks! -- Dotan Cohen http://what-is-what.com http://gibberish.co.il -- To UNSUBSCRIBE, email to debian-user-requ...@lis

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Dotan Cohen
> ... why does this smell like Ubuntu? > It is an Ubuntu system. Which to me is Debian that installs on this terrible ATI laptop. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". T

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Dotan Cohen
> ssh-keygen -R x.x.x.x > Thank you, Celejar, that is what I needed! -- Dotan Cohen http://what-is-what.com http://gibberish.co.il -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Patrick Zaloum
On Tue, Apr 7, 2009 at 7:35 PM, Ken Teague wrote: > Dotan Cohen wrote: > >> rm -f /home/hardy1/.ssh/known_hosts >>> >>> >> I have too many important ones in there to do that. >> > > ... or > ssh -o ChallengeResponseAuthentication u...@host > > ... why does this smell like Ubuntu? > > > > -- > To

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Ken Teague
Dotan Cohen wrote: rm -f /home/hardy1/.ssh/known_hosts I have too many important ones in there to do that. ... or ssh -o ChallengeResponseAuthentication u...@host ... why does this smell like Ubuntu? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsu

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Ken Teague
Dotan Cohen wrote: rm -f /home/hardy1/.ssh/known_hosts I have too many important ones in there to do that. mv /home/user/.ssh/known_hosts /home/user/.ssh/known_hosts.bak -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact list

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Celejar
On Tue, 7 Apr 2009 18:09:48 -0500 Chris wrote: > On Wed, 8 Apr 2009 02:03:03 +0300 > Dotan Cohen wrote: > > > After reinstalling the OS on my desktop, SSHing in gives me this > > error: > > > > $ ssh -X u...@x.x.x.x > > @@@ > > @WARNI

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Dotan Cohen
> rm -f /home/hardy1/.ssh/known_hosts > I have too many important ones in there to do that. > OR > > edit the file and remove the instance. > Is there an easy way to identify it? -- Dotan Cohen http://what-is-what.com http://gibberish.co.il -- To UNSUBSCRIBE, email to debian-user-requ...@l

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Steve Reilly
Dotan Cohen wrote: > After reinstalling the OS on my desktop, SSHing in gives me this error: > > $ ssh -X u...@x.x.x.x > @@@ > @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ > @

Re: Disabling RSA host key check temporarily

2009-04-07 Thread Chris
On Wed, 8 Apr 2009 02:03:03 +0300 Dotan Cohen wrote: > After reinstalling the OS on my desktop, SSHing in gives me this > error: > > $ ssh -X u...@x.x.x.x > @@@ > @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ > @@@