Re: Fwd: ssh-keygen

2008-08-19 Thread JW
On Tuesday 19 August 2008 15:22:37 Jeff Soules wrote: > On Tue, Aug 19, 2008 at 6:12 AM, Chris Davies <[EMAIL PROTECTED]> wrote: > > ssh-keygen -t rsa # Does anyone know whether dsa or rsa is better? > > I had understood that RSA is cryptographically superior to DSA, at > least unless the DS

Re: Fwd: ssh-keygen

2008-08-19 Thread Jeff Soules
On Tue, Aug 19, 2008 at 6:12 AM, Chris Davies <[EMAIL PROTECTED]> wrote: > ssh-keygen -t rsa # Does anyone know whether dsa or rsa is better? I had understood that RSA is cryptographically superior to DSA, at least unless the DSA implementation is done very carefully (or so says the PuTTY w

Re: Fwd: ssh-keygen

2008-08-19 Thread Wayne Topa
David Watson wrote: On Tue, 19 Aug 2008 09:29:26 +0100 Bob Cox <[EMAIL PROTECTED]> wrote: This is how I do it when setting up a new machine: ssh-keygen -t dsa cat ~/.ssh/id_dsa.pub | ssh [EMAIL PROTECTED] 'cat .ssh/authorized_keys2' Then: ssh [EMAIL PROTECTED] (should work without password)

Re: Fwd: ssh-keygen (SOLVED)

2008-08-19 Thread Rod James Bio
Yes I updated the libssl to 0.9.8c-4ethc3 from 0.9.8c. Thanks for info! :) Johannes Wiedersich wrote: On 08/19/2008 01:28 PM, Rod James Bio wrote: It seems that the difference in package really did matter. apt-cache policy libssl0.9.8 libssl0.9.8: Installed: 0.9.8c-4 Candidate: 0.9.8c-4et

Re: Fwd: ssh-keygen (SOLVED)

2008-08-19 Thread Johannes Wiedersich
On 08/19/2008 01:28 PM, Rod James Bio wrote: > It seems that the difference in package really did matter. > > apt-cache policy libssl0.9.8 > libssl0.9.8: > Installed: 0.9.8c-4 > Candidate: 0.9.8c-4etch3 > Version table: > 0.9.8c-4etch3 0 >500 http://debian.savoirfairelinux.net stabl

Re: Fwd: ssh-keygen (SOLVED)

2008-08-19 Thread Rod James Bio
It seems that the difference in package really did matter. apt-cache policy libssl0.9.8 libssl0.9.8: Installed: 0.9.8c-4 Candidate: 0.9.8c-4etch3 Version table: 0.9.8c-4etch3 0 500 http://debian.savoirfairelinux.net stable/main Packages 500 http://security.debian.org stable/u

Re: Fwd: ssh-keygen

2008-08-19 Thread Rod James Bio
Thanks... but I still have the problem. I wonder if it concerns upgrading any packages in Debian Chris Davies wrote: Bob Cox <[EMAIL PROTECTED]> wrote: This is how I do it when setting up a new machine: ssh-keygen -t dsa cat ~/.ssh/id_dsa.pub | ssh [EMAIL PROTECTED] 'cat >> .ssh/authorized

Re: Fwd: ssh-keygen

2008-08-19 Thread Chris Davies
Bob Cox <[EMAIL PROTECTED]> wrote: > This is how I do it when setting up a new machine: > ssh-keygen -t dsa > > cat ~/.ssh/id_dsa.pub | ssh [EMAIL PROTECTED] 'cat >> .ssh/authorized_keys2' > Mmm. Interesting as I find authorized_keys works for me (none of my Debian systems claims to understand y

Re: Fwd: ssh-keygen

2008-08-19 Thread Bob Cox
On Tue, Aug 19, 2008 at 10:05:00 +0100, David Watson ([EMAIL PROTECTED]) wrote: > To copy the key to the remote host you may can also use the following > command: > > ssh-copy-id [EMAIL PROTECTED] > > which takes care of copying to the right location and ensuring the > permissions are set corre

Re: Fwd: ssh-keygen

2008-08-19 Thread David Watson
On Tue, 19 Aug 2008 09:29:26 +0100 Bob Cox <[EMAIL PROTECTED]> wrote: > This is how I do it when setting up a new machine: > > ssh-keygen -t dsa > > cat ~/.ssh/id_dsa.pub | ssh [EMAIL PROTECTED] 'cat > >> .ssh/authorized_keys2' > > Then: > ssh [EMAIL PROTECTED] (should work without password) >

Re: Fwd: ssh-keygen

2008-08-19 Thread Bob Cox
On Tue, Aug 19, 2008 at 16:23:20 +0800, Rod James Bio ([EMAIL PROTECTED]) wrote: > -- Forwarded message -- > From: Rod James Bio <[EMAIL PROTECTED]> > Date: Tue, Aug 19, 2008 at 4:20 PM > Subject: ssh-keygen > To: debian-user@lists.debian.org, "Philippine Linux Users' Group (PLUG

Fwd: ssh-keygen

2008-08-19 Thread Rod James Bio
-- Forwarded message -- From: Rod James Bio <[EMAIL PROTECTED]> Date: Tue, Aug 19, 2008 at 4:20 PM Subject: ssh-keygen To: debian-user@lists.debian.org, "Philippine Linux Users' Group (PLUG) Technical Discussion List" <[EMAIL PROTECTED]> I am testing login without a password for m