On Wed, Nov 07, 2001 at 01:38:17PM +0000, Gary Stainburn wrote:
> On Wednesday 07 November 2001 1:29 pm, Ed Wilts wrote:
> > On Wed, 2001-11-07 at 07:17, Gary Stainburn wrote:
> > > Hi all,
> > >
> > > I've just upgraded my first workstation from Rh7.1 to RH7.2, and now I've
> > > got a small probl with SSH.
> >
> > Did you really upgrade or did you do a fresh install?  I did a fresh
> > install, but restored  my $HOME/.ssh directory and /etc/ssh and I'm not
> > having any issues.  You did backup up your system before you started
> > didn't you?
> >     .../Ed

> I did an upgrade, because I wanted to see what effect it would have and to 
> see how stable it was.  To date, this ssh problem seems to be the only 
> problem.

> It doesn't matter which user I log in as locally, nor does it matter which 
> remote machine I want to connect to.

        Try running "ssh -1" instead and see how it behaves?  The -1
option instructs it to use the SSH1 protocol.  The earlier message left
me with the impression that you are now defaulting to the SSH2 protocol
(remarks about known_hosts2 - which is for the SSH2 keys) which is what
never versions of OpenSSH do.  You are asked to reconfirm the SSH2 host
keys, because it didn't retrieve them under SSH1.  You are asked the
passphrase, because you haven't set up and SSH2 identity or authorized_keys
file (warning...  Some version of OpenSSH 2.x use authorized_keys2 but newer
versions are deprecating that and all keys, RSA1, DSA, and RSA2, should
go in authorized_keys).  Because it CAN connect on SSH2, it does not TRY
SSH1 at all.  It falls back to SSH1 only if you specify -1 on the command
line, or it fails to even negotiate SSH2 in the connection or you have
"Protocol 1,2" (instead of "Protocol 2,1") specified in your ssh_config
file.

        What has changed is the default.  Earlier versions defaulted to
"Protocol 1,2".  Newer versions now default to "Protocol 2,1".

> -- 
> Gary Stainburn
>  
> This email does not contain private or confidential material as it
> may be snooped on by interested government parties for unknown
> and undisclosed purposes - Regulation of Investigatory Powers Act, 2000     

        Mike
-- 
 Michael H. Warfield    |  (770) 985-6132   |  [EMAIL PROTECTED]
  /\/\|=mhw=|\/\/       |  (678) 463-0932   |  http://www.wittsend.com/mhw/
  NIC whois:  MHW9      |  An optimist believes we live in the best of all
 PGP Key: 0xDF1DD471    |  possible worlds.  A pessimist is sure of it!



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to