Re: [Hampshire] Linux problems

Top Page

Reply to this message
Author: Sean Gibbins
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] Linux problems
drystan mazur wrote:
> 2: when using SSH if my public key is in the authusied keys folder I
> should not need a password to log into the server ? Is this correct
> because I copied the file in but I still need a password


You probably need to set this within /etc/ssh/sshd_config:

PasswordAuthentication no

Sean