Re: OpenSSH protocol 2 ignores identity file

From: Darren Tucker (dtucker@dodgy.net.au)
Date: 12/11/02


From: dtucker@dodgy.net.au (Darren Tucker)
Date: Wed, 11 Dec 2002 07:24:10 GMT

In article <a20a7fcc.0212101600.5fa49f1c@posting.google.com>,
Adam <alciocca@yahoo.com.au> wrote:
>we are in the process of upgrading our solaris boxes from ssh 1.2.32
>using SSH protocol 1 to OpenSSH 3.4p1 using both SSH protocol 1 and
>SSH protocol 2. However after the upgrade users are no longer asked
>for the passphrase of their ~/.ssh/identity file, they are asked for
>their user password on the server.
>
>It seems that it isn't even looking for an identity file. Am I doing
>something wrong or is this normal?

The debug shows a SSHv2 connection and you have only SSHv1 keys. Try
generating an SSHv2 key (eg "ssh-keygen -t rsa") or forcing a v1
connection (eg "ssh -1 host").

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


Relevant Pages

  • Re: need rhosts rsa help
    ... >I'm having problems getting RhostsRSAAuthentication working on OpenSSH ... It appears from the client log that it's not even attempting ... Since you're using SSHv1 you need to make the "ssh" binary setuid root ... Good judgement comes with experience. ...
    (comp.security.ssh)
  • Re: sftp problems with 3.9 on HP
    ... >ChallengeResponseAuthentication also set to yes that ssh connects just ... $ ssh -v -s sshserver sftp ... against is not in the system's default library search path (ie ... Good judgement comes with experience. ...
    (comp.security.ssh)
  • Re: SSH Advice
    ... Documentation seems a little scarce so any advice, tips, links, ... but that's still a compatibility layer. ... free native SSH servers for Windows. ... Good judgement comes with experience. ...
    (comp.security.ssh)
  • Re: Restrict account to scp only to user directory.
    ... Although they can't rename anything. ... command over ssh the way it's setup. ... > Good judgement comes with experience. ...
    (comp.security.ssh)
  • Re: SSH and login without password (not passwordless login)
    ... >I have an account that has no password (yes, ... When I try to ssh or scp to it I get the password ... >hit space then enter it lets me in. ... Good judgement comes with experience. ...
    (comp.security.ssh)