c9833c9
diff -up openssh-4.7p1/sshd_config.redhat openssh-4.7p1/sshd_config
c9833c9
--- openssh-4.7p1/sshd_config.redhat	2007-03-21 10:42:25.000000000 +0100
c9833c9
+++ openssh-4.7p1/sshd_config	2007-09-06 16:23:58.000000000 +0200
c9833c9
@@ -33,6 +33,7 @@ Protocol 2
ad07b99
 # Logging
ad07b99
 # obsoletes QuietMode and FascistLogging
ad07b99
 #SyslogFacility AUTH
ad07b99
+SyslogFacility AUTHPRIV
ad07b99
 #LogLevel INFO
ad07b99
 
ad07b99
 # Authentication:
c9833c9
@@ -59,9 +60,11 @@ Protocol 2
ad07b99
 # To disable tunneled clear text passwords, change to no here!
ad07b99
 #PasswordAuthentication yes
ad07b99
 #PermitEmptyPasswords no
ad07b99
+PasswordAuthentication yes
ad07b99
 
ad07b99
 # Change to no to disable s/key passwords
ad07b99
 #ChallengeResponseAuthentication yes
ad07b99
+ChallengeResponseAuthentication no
ad07b99
 
ad07b99
 # Kerberos options
ad07b99
 #KerberosAuthentication no
c9833c9
@@ -71,7 +74,9 @@ Protocol 2
ad07b99
 
ad07b99
 # GSSAPI options
ad07b99
 #GSSAPIAuthentication no
ad07b99
+GSSAPIAuthentication yes
ad07b99
 #GSSAPICleanupCredentials yes
ad07b99
+GSSAPICleanupCredentials yes
ad07b99
 
ad07b99
 # Set this to 'yes' to enable PAM authentication, account processing, 
ad07b99
 # and session processing. If this is enabled, PAM authentication will 
c9833c9
@@ -83,10 +88,16 @@ Protocol 2
ad07b99
 # PAM authentication, then enable this but set PasswordAuthentication
ad07b99
 # and ChallengeResponseAuthentication to 'no'.
ad07b99
 #UsePAM no
ad07b99
+UsePAM yes
ad07b99
 
ad07b99
+# Accept locale-related environment variables
ad07b99
+AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES 
ad07b99
+AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT 
ad07b99
+AcceptEnv LC_IDENTIFICATION LC_ALL
ad07b99
 #AllowTcpForwarding yes
ad07b99
 #GatewayPorts no
ad07b99
 #X11Forwarding no
ad07b99
+X11Forwarding yes
ad07b99
 #X11DisplayOffset 10
ad07b99
 #X11UseLocalhost yes
ad07b99
 #PrintMotd yes
c9833c9
diff -up openssh-4.7p1/ssh_config.redhat openssh-4.7p1/ssh_config
c9833c9
--- openssh-4.7p1/ssh_config.redhat	2007-06-11 06:04:42.000000000 +0200
c9833c9
+++ openssh-4.7p1/ssh_config	2007-09-06 16:21:49.000000000 +0200
c9833c9
@@ -43,3 +43,13 @@
ad07b99
 #   Tunnel no
ad07b99
 #   TunnelDevice any:any
ad07b99
 #   PermitLocalCommand no
ad07b99
+Host *
ad07b99
+	GSSAPIAuthentication yes
ad07b99
+# If this option is set to yes then remote X11 clients will have full access
ad07b99
+# to the original X11 display. As virtually no X11 client supports the untrusted
ad07b99
+# mode correctly we set this to yes.
ad07b99
+	ForwardX11Trusted yes
ad07b99
+# Send locale-related environment variables
ad07b99
+	SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES 
ad07b99
+	SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT 
ad07b99
+	SendEnv LC_IDENTIFICATION LC_ALL
c9833c9
diff -up openssh-4.7p1/sshd_config.0.redhat openssh-4.7p1/sshd_config.0
c9833c9
--- openssh-4.7p1/sshd_config.0.redhat	2007-09-04 08:50:11.000000000 +0200
c9833c9
+++ openssh-4.7p1/sshd_config.0	2007-09-06 16:21:49.000000000 +0200
c9833c9
@@ -435,9 +435,9 @@ DESCRIPTION
c9833c9
 
c9833c9
      SyslogFacility
c9833c9
              Gives the facility code that is used when logging messages from
c9833c9
-             sshd(8).  The possible values are: DAEMON, USER, AUTH, LOCAL0,
c9833c9
-             LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.  The de-
c9833c9
-             fault is AUTH.
c9833c9
+             sshd(8).  The possible values are: DAEMON, USER, AUTH, AUTHPRIV,
c9833c9
+             LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
c9833c9
+             The default is AUTH.
c9833c9
 
c9833c9
      TCPKeepAlive
c9833c9
              Specifies whether the system should send TCP keepalive messages
c9833c9
diff -up openssh-4.7p1/sshd_config.5.redhat openssh-4.7p1/sshd_config.5
c9833c9
--- openssh-4.7p1/sshd_config.5.redhat	2007-06-11 06:07:13.000000000 +0200
c9833c9
+++ openssh-4.7p1/sshd_config.5	2007-09-06 16:21:49.000000000 +0200
c9833c9
@@ -748,7 +748,7 @@ Note that this option applies to protoco
ad07b99
 .It Cm SyslogFacility
ad07b99
 Gives the facility code that is used when logging messages from
ad07b99
 .Xr sshd 8 .
ad07b99
-The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2,
ad07b99
+The possible values are: DAEMON, USER, AUTH, AUTHPRIV, LOCAL0, LOCAL1, LOCAL2,
ad07b99
 LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
ad07b99
 The default is AUTH.
ad07b99
 .It Cm TCPKeepAlive