Re: ssh Public key authentication

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

 



On Tue, 28 Oct 2003, Nathalie Boulos wrote:

> Hello everyone,
> 
> I'm trying to connect using ssh with public key
> authenticaction on openssh-2.5 server.
> It seems that the server is not reading the
> authorized_keys file in the .ssh/ directory.
> 
> In the /etc/ssh/sshd_config, there's no tag for
> "AuthorizedKeysFile     .ssh/authorized_keys" like in
> openssh version 3.
> 
> How do I set up Public key authentication in openssh
> 2.5?


IIRC,  openssh 2.5 used ~/.ssh/authorized_keys2 rather than 
~/.ssh/authorized_keys .  I think I've done a symbolic link between 
authorized_keys and authorized_keys2.   Or you could just copy 
authorized_keys to authorized_keys2, eg...

	cd ~/.ssh/
	cp authorized_keys authorized_keys2


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux