On Sun, Oct 29, 2000 at 01:31:19PM -0700, Charles Curley wrote:
> On Fri, Oct 27, 2000 at 07:27:26PM -0700, Erick Mechler wrote:
> > id_dsa is the default name of the dsa key (used for ssh v2). If tell
> > openssh not to use v2, then ssh will use $HOME/.ssh/identity{.pub}.
> > If you use v2, then it looks for $HOME/.ssh/id_dsa{.pub}. To create a
> > dsa keypair, do "ssh-keygen -d".
>
> I generated key pairs on both machines, and could not get it to work.
you don't need to generate key pairs on _both_ machines.
you have to copy the private key file ($HOME/.ssh/identity,
$HOME/.ssh/id_dsa) to the client machine and append the public key
file ($HOME/.ssh/identity.pub, $HOME/.ssh/id_dsa.pub) on the server
machine to $HOME/.ssh/authorized_keys and $HOME/.ssh/authorized_keys2
respectively.