Re: Passwordless SSH Logins
From: Greg Wooledge (wooledg_at_eeg.ccf.org)
Date: 06/25/03
- Previous message: Ben Lindstrom: "Re: sftp Newbie Questions!"
- In reply to: Ifan Jones: "Passwordless SSH Logins"
- Next in thread: Dan Lowe: "Re: Passwordless SSH Logins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 25 Jun 2003 13:25:09 -0400 To: Ifan Jones <ifan@draig.co.uk>
On Wed, Jun 25, 2003 at 04:42:04PM +0100, Ifan Jones wrote:
> I generate new keys with
>
> ssh-keygen -b 1024 -t rsa1
> ssh-keygen -b 1024 -t rsa
> ssh-keygen -b 1024 -t dsa
Why all three?
> I then take the .ssh/identity.pub and put it in authorized_keys on the
> server accepting the connection.
Protocol 1 is deprecated; you should probably use id_rsa.pub or id_dsa.pub
instead. Your sshd may not even be *permitting* protocol 1.
> However it alwyas asks for a password. Can someone point me in the
> right direction?
If it isn't a protocol 1 problem, then it's permissions.
- Previous message: Ben Lindstrom: "Re: sftp Newbie Questions!"
- In reply to: Ifan Jones: "Passwordless SSH Logins"
- Next in thread: Dan Lowe: "Re: Passwordless SSH Logins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|