Subject: Re: "ssh" with SSHv2 public key buggy?
To: Brian A. Seklecki <lavalamp@burghcom.com>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-users
Date: 10/07/2001 12:02:21
On Sat, 6 Oct 2001, Brian A. Seklecki wrote:

> On the source host:
>
> user@host% ssh-keygen -b 2048 -P '' -t dsa
>
> Then copy that user's ~/.ssh/id_dsa.pub to the remote users's
> ~/.ssh/authorized_keys2

Ah, that was the clue I was looking for... I'd copied the contents of
id_dsa.pub to authorized_keys, not authorized_keys2. Now I can add a
key to the agent, and all is fine.

Any reason why you recommend 2048 bit keys (and no passphrase)?
ssh-keygen(1) says anything over 1024 (the default) just slows things
down.

Frederick