[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] SSH and passwords
- Subject: [ale] SSH and passwords
- From: esoteric at 3times25.net (Geoffrey)
- Date: Wed Feb 2 06:47:25 2005
- In-reply-to: <1107319234.5897.4.camel@blue>
- References: <[email protected]> <1107294346.6948.1.camel@wagon> <[email protected]> <[email protected]> <1107319234.5897.4.camel@blue>
Jim Popovitch wrote:
> On Tue, 2005-02-01 at 22:59 -0500, David Corbin wrote:
>
>>I do this:
>>ssh-keygen -t dsa
>>scp ~/id_dsa.pub remoteHost:tmp.pub
>>ssh remoteHost 'cat tmp.pub >>.ssh/authorized_keys'
>
>
> I do near identical steps and they work fine for me. The only thing I
> would add would be to use "ssh-keygen -b 2048 -t dsa" so that you have a
> larger key size.
I suspect that you really should be using rsa if you want the most
secure keys.
--
Until later, Geoffrey