[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Passwordless Authentication (was Re: How to reduce sid security)



I have here also key login. It's very easy.

ssh-keygen -t dsa

You got now two files id_dsa and id_dsa.pub. You put the id_dsa.pub in
~/.ssh/authorized_keys2 and id_dsa on your client in ~/.ssh/id_dsa. When
you start now ssh on the client to the remote he take the id_dsa key and
login. :-)

That's all

PS: Sorry for my bad english.

Success :-)

On Fri, 2003-08-01 at 11:04, Kjetil Kjernsmo wrote:
> On Friday 01 August 2003 04:10, Peter Cordes wrote:
> > You should use ssh-keygen to create a keypair on each machine, and
> > copy the public key from the machine you generated it on to the other
> > machine.  This allows quick passwordless authentication.
> 
> I've tried to do this many times, but I've failed... Is there a Very 
> Verbose Guide to Passwordless Authentication with SSH somewhere...? :-) 
> 
> Best,
> 
> Kjetil
> -- 
> Kjetil Kjernsmo
> Astrophysicist/IT Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer
> kjetil@kjernsmo.net  webmaster@skepsis.no  editor@learn-orienteering.org
> Homepage: http://www.kjetil.kjernsmo.net/        OpenPGP KeyID: 6A6A0BBC
> 



Reply to: