Re: Passwordless SSH Logins
From: Dan Lowe (dan_at_tangledhelix.com)
Date: 06/25/03
- Previous message: Greg Wooledge: "Re: Passwordless SSH Logins"
- In reply to: Ifan Jones: "Passwordless SSH Logins"
- Next in thread: Jun Sun: "Re: Passwordless SSH Logins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 25 Jun 2003 13:37:18 -0400 To: "Ifan Jones" <ifan@draig.co.uk>
On Wednesday, June 25, 2003, at 11:42 AM, Ifan Jones wrote:
> I then take the .ssh/identity.pub and put it in authorized_keys on the
> server accepting the connection. This I have followed from many
> how-to's and books.
>
> However it alwyas asks for a password. Can someone point me in the
> right direction?
Are you connecting with protocol 1 or protocol 2? identity.pub is an
rsa1 key, which you can only use if connecting via protocol 1. If
using protocol 2 you can use either rsa or dsa (id_rsa.pub or
id_dsa.pub) instead, but not rsa1.
-- WARNING: Not enough space on dump device. Incomplete dump taken. -Actual error seen on a Sun Solaris system
- Previous message: Greg Wooledge: "Re: Passwordless SSH Logins"
- In reply to: Ifan Jones: "Passwordless SSH Logins"
- Next in thread: Jun Sun: "Re: Passwordless SSH Logins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|