Re: passwordless ssh on woody failed
On Mon, 7 Jan 2002 03:06:39 -0500 Daniel Freedman <[EMAIL PROTECTED]> wrote: > Not sure exactly what's going on here, maybe you just have some config > option specifying this in sshd_config, but, according to the release > notes on openssh.org, for version 3.0 of openssh, authorized_keys2 is > now depracated in favor of authorized_keys. Supposedly, IIRC, support > for it might be removed in the future. Interesting, the ssh(1) manpage doesn't refer to authorized_keys2 anymore, just authorized_keys(and in the SSH protocol v2 section, to boot). Thanks for letting us know :) -- .--=-=-=-=--=---=-=-=. /David Barclay HarrisAut agere, aut mori. \ \Clan Barclay Either action, or death./ `---==-=-=-=-===-=---=--=' pgpFExezltWLM.pgp Description: PGP signature
Re: passwordless ssh on woody failed
On Mon, Jan 07, 2002, Patrick Hsieh wrote: > > > In Debian A, I ssh-keygen the public key, scp and append to Debian B > > > ~/.ssh/authorized_keys > > > > It seems that Debian now uses protocol version 2, so maybe you need to > > add v2 key to ~/.ssh/authorized_keys2. > > > > Thanks. I end up with ssh-keygen -t rsa and then appended id_rsa.pub to > .ssh/authorized_keys2 on the other machine. It works! Hi, Not sure exactly what's going on here, maybe you just have some config option specifying this in sshd_config, but, according to the release notes on openssh.org, for version 3.0 of openssh, authorized_keys2 is now depracated in favor of authorized_keys. Supposedly, IIRC, support for it might be removed in the future. HTH, Daniel > -- > Patrick Hsieh <[EMAIL PROTECTED]> -- Daniel A. Freedman Laboratory for Atomic and Solid State Physics Department of Physics Cornell University
Re: passwordless ssh on woody failed
> > In Debian A, I ssh-keygen the public key, scp and append to Debian B > > ~/.ssh/authorized_keys > > It seems that Debian now uses protocol version 2, so maybe you need to > add v2 key to ~/.ssh/authorized_keys2. > > -- > Alexey > > "Python is executable pseudocode, Perl is executable line-noise." > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] Thanks. I end up with ssh-keygen -t rsa and then appended id_rsa.pub to .ssh/authorized_keys2 on the other machine. It works! -- Patrick Hsieh <[EMAIL PROTECTED]> GPG public key http://pahud.net/pubkeys/pahudatpahud.gpg
Re: passwordless ssh on woody failed
> In Debian A, I ssh-keygen the public key, scp and append to Debian B > ~/.ssh/authorized_keys It seems that Debian now uses protocol version 2, so maybe you need to add v2 key to ~/.ssh/authorized_keys2. -- Alexey "Python is executable pseudocode, Perl is executable line-noise."
passwordless ssh on woody failed
Hello list, I have to Debian woody with ssh-3.0.1p1-1.2. In Debian A, I ssh-keygen the public key, scp and append to Debian B ~/.ssh/authorized_keys Then I try to ssh login from Debian A to Debian B again, but still got the password prompt. Is there something wrong? -- Patrick Hsieh <[EMAIL PROTECTED]> GPG public key http://pahud.net/pubkeys/pahudatpahud.gpg