93a4744
diff -up openssh-5.1p1/sshd_config.redhat openssh-5.1p1/sshd_config
93a4744
--- openssh-5.1p1/sshd_config.redhat	2008-07-02 14:35:43.000000000 +0200
93a4744
+++ openssh-5.1p1/sshd_config	2008-07-23 14:11:12.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:
93a4744
@@ -60,9 +61,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
93a4744
@@ -72,7 +75,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 
93a4744
@@ -84,11 +89,18 @@ Protocol 2
ad07b99
 # PAM authentication, then enable this but set PasswordAuthentication
ad07b99
 # and ChallengeResponseAuthentication to 'no'.
ad07b99
 #UsePAM no
ad07b99
+UsePAM yes
93a4744
+
93a4744
+# Accept locale-related environment variables 
93a4744
+AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES  
93a4744
+AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT  
93a4744
+AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE 
ad07b99
 
93a4744
 #AllowAgentForwarding yes
ad07b99
 #AllowTcpForwarding yes
ad07b99
 #GatewayPorts no
ad07b99
 #X11Forwarding no
ad07b99
+X11Forwarding yes
ad07b99
 #X11DisplayOffset 10
ad07b99
 #X11UseLocalhost yes
ad07b99
 #PrintMotd yes
93a4744
diff -up openssh-5.1p1/ssh_config.redhat openssh-5.1p1/ssh_config
93a4744
--- openssh-5.1p1/ssh_config.redhat	2007-06-11 06:04:42.000000000 +0200
93a4744
+++ openssh-5.1p1/ssh_config	2008-07-23 14:07:29.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 
1961bc1
+	SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE
93a4744
diff -up openssh-5.1p1/sshd_config.0.redhat openssh-5.1p1/sshd_config.0
93a4744
--- openssh-5.1p1/sshd_config.0.redhat	2008-07-21 10:30:51.000000000 +0200
93a4744
+++ openssh-5.1p1/sshd_config.0	2008-07-23 14:07:29.000000000 +0200
93a4744
@@ -490,9 +490,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
93a4744
diff -up openssh-5.1p1/sshd_config.5.redhat openssh-5.1p1/sshd_config.5
93a4744
--- openssh-5.1p1/sshd_config.5.redhat	2008-07-02 14:35:43.000000000 +0200
93a4744
+++ openssh-5.1p1/sshd_config.5	2008-07-23 14:07:29.000000000 +0200
93a4744
@@ -846,7 +846,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