Mike Silbersack wrote:
> 
> On Sat, 12 May 2001, Terry Lambert wrote:
> 
> > Erik Trulsson wrote:
> > > Exactly how is rpping it out of FreeBSD supposed to make ssh work?
> >
> > I don't necessarily want it to work or not work, I just
> > want it to quit being a pain in my backside.
> >
> > If it can't be made to upgrade correctly, then ripping it
> > out also satisfies the criteria necessary to achieve the
> > intended goal.
> 
> Ok, backing this thread up briefly, two quick questions:
> 
> 1.  Is ssh working yet?

Yes, it is working perfectly.  The only problem is that it now works
slightly differently to what people have expected.  ie: it treats
sshv1 rsa keys as totally seperate to sshv2 rsa keys.

The simplest thing is to do a ssh-keygen to generate a new RSA key and
update ~/.ssh/authorized_keys2 once per remote machine that you connect
to.  Once that is done, it never bothers you again.  You can change
/etc/ssh/ssh_config so that it says 'Protocol 1,2', but that is avoiding
the problem rather than using the more robust, cryptographically secure
sshv2 wire protocol.

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to