diff options
author | Tim Rice <tim@multitalents.net> | 2003-09-25 19:04:34 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2003-09-25 19:04:34 -0700 |
commit | d4d1815cae3ad1d9536e456a2772a97e7f666446 (patch) | |
tree | 594cd528db56836b1b9c78eab02506b249bcf9cc /sshd_config | |
parent | b88fcc755d675a54140a264bffec49c8803bf475 (diff) | |
download | openssh-git-d4d1815cae3ad1d9536e456a2772a97e7f666446.tar.gz |
[sshd_config] UsePAM defaults to no.
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config index dd53f105..af0dec09 100644 --- a/sshd_config +++ b/sshd_config @@ -69,7 +69,7 @@ # Set this to 'yes' to enable PAM authentication (via challenge-response) # and session processing. Depending on your PAM configuration, this may # bypass the setting of 'PasswordAuthentication' -#UsePAM yes +#UsePAM no #AllowTcpForwarding yes #GatewayPorts no |