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: pgpXEjzP6QtFi.pgp
Description: PGP signature

Reply via email to