Re: New ssh v2 and authentication

2001-11-01 Thread Bill Wohler
Tom Gilbert <[EMAIL PROTECTED]> writes: > SYNOPSIS > ssh-add [-lLdD] [file ...] > > DESCRIPTION > ssh-add adds RSA or DSA identities to the authentication agent, > ssh-agent(1). When run without arguments, it adds the file > $HOME/.ssh/identity. Alternative file names can be

Re: New ssh v2 and authentication

2001-10-31 Thread Gary Hennigan
"Tom Gilbert" <[EMAIL PROTECTED]> writes: > > That did the trick! The worst part about it is there's no mention of > > this in the man page. It talks about using identity.pub as default but > > nothing about specifying a different file. > > > SYNOPSIS > ssh-add [-lLdD] [file ...] > > DESCRI

Re: New ssh v2 and authentication

2001-10-31 Thread Tom Gilbert
* Gary Hennigan ([EMAIL PROTECTED]) wrote: > "Bill Wohler" <[EMAIL PROTECTED]> writes: > > "Gary Hennigan" <[EMAIL PROTECTED]> writes: > > > I'm a bit confused by the fact that OpenSSH now defaults to using > > > version 2. How do I use ssh-agent as I have in the past to do > > > password-less logi

Re: New ssh v2 and authentication

2001-10-31 Thread Vineet Kumar
* Oleksandr Moskalenko ([EMAIL PROTECTED]) [011030 17:34]: > I use the same setup. In my authorized_keys2 I only have my sshd > machine's public key (cut and paste from id_rsa.pub in its entirety). > Then I copied both id_rsa and id_rsa.pub to ~/.ssh on my remote machine. > It is maybe wrong to c

Re: New ssh v2 and authentication

2001-10-31 Thread Gary Hennigan
"Bill Wohler" <[EMAIL PROTECTED]> writes: > "Gary Hennigan" <[EMAIL PROTECTED]> writes: > > I'm a bit confused by the fact that OpenSSH now defaults to using > > version 2. How do I use ssh-agent as I have in the past to do > > password-less logins? > > I posted a bug about the inconsistency,

Re: New ssh v2 and authentication

2001-10-30 Thread Bill Wohler
"Gary Hennigan" <[EMAIL PROTECTED]> writes: > I'm a bit confused by the fact that OpenSSH now defaults to using > version 2. How do I use ssh-agent as I have in the past to do > password-less logins? I posted a bug about the inconsistency, but apparently the "upstream authors" are dead set a

Re: New ssh v2 and authentication

2001-10-30 Thread Oleksandr Moskalenko
* Gary Hennigan ([EMAIL PROTECTED]) wrote: > I'm a bit confused by the fact that OpenSSH now defaults to using > version 2. How do I use ssh-agent as I have in the past to do > password-less logins? > > In the past I'd do this once with my pass phrase: > > % ssh-keygen > > > and copy the conte