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

Re: disable password authentication with openssh



On Thu, Sep 29, 2005 at 02:44:58PM -0500, Matthew Lenz wrote:
> I want my users to only be able to ssh into the system using public key
> authentication.  I can't seem to locate which option i need to toggle to
> only allow pubkey auth.
> 
In /etc/ssh/sshd_config:

RSAAuthentication yes
PubkeyAuthentication yes
PasswordAuthentication no

Of course, remember to restart ssh.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto

Attachment: pgpLXNfEJoPMS.pgp
Description: PGP signature


Reply to: