Re: disable password authentication with openssh
From: Roberto C. Sanchez (roberto_at_familiasanchez.net)
Date: 09/29/05
- Previous message: Matthew Lenz: "disable password authentication with openssh"
- In reply to: Matthew Lenz: "disable password authentication with openssh"
- Next in thread: Matthew Lenz: "Re: disable password authentication with openssh"
- Reply: Matthew Lenz: "Re: disable password authentication with openssh"
- Reply: Greg Norris: "Re: disable password authentication with openssh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Sep 2005 15:46:42 -0400 To: Matthew Lenz <matthew@nocturnal.org>
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
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- application/pgp-signature attachment: stored
- Previous message: Matthew Lenz: "disable password authentication with openssh"
- In reply to: Matthew Lenz: "disable password authentication with openssh"
- Next in thread: Matthew Lenz: "Re: disable password authentication with openssh"
- Reply: Matthew Lenz: "Re: disable password authentication with openssh"
- Reply: Greg Norris: "Re: disable password authentication with openssh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|