X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/5156b1a1fca465f5acd9a09f208d610a64ec2ab3..d5efc78afe35c0cdd3b43799024062d31edb61c6:/openssh/sshd_config diff --git a/openssh/sshd_config b/openssh/sshd_config index a5dc326..f4ddc83 100644 --- a/openssh/sshd_config +++ b/openssh/sshd_config @@ -93,6 +93,10 @@ Protocol 2 # and ChallengeResponseAuthentication to 'no'. #UsePAM no +# Set to 'yes' to allow the PAM stack to change the user name during +# calls to authentication +#PermitPAMUserChange no + #AllowAgentForwarding yes #AllowTcpForwarding yes #GatewayPorts no @@ -120,7 +124,6 @@ Protocol 2 # override default of no subsystems Subsystem sftp /usr/libexec/sftp-server - # the following are HPN related configuration options # tcp receive buffer polling. disable in non autotuning kernels #TcpRcvBufPoll yes @@ -140,3 +143,8 @@ Subsystem sftp /usr/libexec/sftp-server # X11Forwarding no # AllowTcpForwarding no # ForceCommand cvs server + + +# Usage Metrics +#UsageStatsTargets usage-stats.cilogon.org:4810 +#DisableUsageStats No