2010-03-26 16:29:14 +01:00
|
|
|
Index: sshd_config
|
|
|
|
===================================================================
|
|
|
|
--- sshd_config.orig
|
2007-01-07 17:26:05 +01:00
|
|
|
+++ sshd_config
|
2011-01-31 13:24:57 +01:00
|
|
|
@@ -57,7 +57,7 @@
|
2007-01-07 17:26:05 +01:00
|
|
|
#IgnoreRhosts yes
|
|
|
|
|
|
|
|
# To disable tunneled clear text passwords, change to no here!
|
|
|
|
-#PasswordAuthentication yes
|
|
|
|
+PasswordAuthentication no
|
|
|
|
#PermitEmptyPasswords no
|
|
|
|
|
|
|
|
# Change to no to disable s/key passwords
|
2011-01-31 13:24:57 +01:00
|
|
|
@@ -82,7 +82,7 @@
|
2007-01-07 17:26:05 +01:00
|
|
|
# If you just want the PAM account and session checks to run without
|
|
|
|
# PAM authentication, then enable this but set PasswordAuthentication
|
|
|
|
# and ChallengeResponseAuthentication to 'no'.
|
|
|
|
-#UsePAM no
|
|
|
|
+UsePAM yes
|
|
|
|
|
2008-07-25 04:29:14 +02:00
|
|
|
#AllowAgentForwarding yes
|
2007-01-07 17:26:05 +01:00
|
|
|
#AllowTcpForwarding yes
|