vishalmishra434 / rpms / openssh

Forked from rpms/openssh a month ago
Clone
Jan F. Chadima 15914f
diff -up openssh-5.2p1/ssh_config.redhat openssh-5.2p1/ssh_config
Jan F. Chadima 15914f
--- openssh-5.2p1/ssh_config.redhat	2009-02-21 02:45:02.000000000 +0100
Jan F. Chadima 15914f
+++ openssh-5.2p1/ssh_config	2009-08-09 08:45:11.302092427 +0200
Jan F. Chadima 15914f
@@ -44,3 +44,14 @@
Jan F. Chadima 15914f
 #   TunnelDevice any:any
Jan F. Chadima 15914f
 #   PermitLocalCommand no
Jan F. Chadima 15914f
 #   VisualHostKey no
Jan F. Chadima 15914f
+Host *
Jan F. Chadima 15914f
+	GSSAPIAuthentication yes
Jan F. Chadima 15914f
+# If this option is set to yes then remote X11 clients will have full access
Jan F. Chadima 15914f
+# to the original X11 display. As virtually no X11 client supports the untrusted
Jan F. Chadima 15914f
+# mode correctly we set this to yes.
Jan F. Chadima 15914f
+	ForwardX11Trusted yes
Jan F. Chadima 15914f
+# Send locale-related environment variables
Jan F. Chadima 15914f
+	SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES 
Jan F. Chadima 15914f
+	SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT 
Jan F. Chadima 15914f
+	SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE
Jan F. Chadima 15914f
+	SendEnv XMODIFIERS
Jan F. Chadima 15914f
diff -up openssh-5.2p1/sshd_config.0.redhat openssh-5.2p1/sshd_config.0
Jan F. Chadima 15914f
--- openssh-5.2p1/sshd_config.0.redhat	2009-02-23 01:18:15.000000000 +0100
Jan F. Chadima 15914f
+++ openssh-5.2p1/sshd_config.0	2009-08-09 08:45:11.276555108 +0200
Jan F. Chadima 15914f
@@ -491,9 +491,9 @@ DESCRIPTION
Jan F. Chadima 15914f
 
Jan F. Chadima 15914f
      SyslogFacility
Jan F. Chadima 15914f
              Gives the facility code that is used when logging messages from
Jan F. Chadima 15914f
-             sshd(8).  The possible values are: DAEMON, USER, AUTH, LOCAL0,
Jan F. Chadima 15914f
-             LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.  The de-
Jan F. Chadima 15914f
-             fault is AUTH.
Jan F. Chadima 15914f
+             sshd(8).  The possible values are: DAEMON, USER, AUTH, AUTHPRIV,
Jan F. Chadima 15914f
+             LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
Jan F. Chadima 15914f
+             The default is AUTH.
Jan F. Chadima 15914f
 
Jan F. Chadima 15914f
      TCPKeepAlive
Jan F. Chadima 15914f
              Specifies whether the system should send TCP keepalive messages
Jan F. Chadima 15914f
diff -up openssh-5.2p1/sshd_config.5.redhat openssh-5.2p1/sshd_config.5
Jan F. Chadima 15914f
--- openssh-5.2p1/sshd_config.5.redhat	2009-02-23 01:00:24.000000000 +0100
Jan F. Chadima 15914f
+++ openssh-5.2p1/sshd_config.5	2009-08-09 08:45:11.278927203 +0200
Jan F. Chadima 15914f
@@ -848,7 +848,7 @@ Note that this option applies to protoco
Jan F. Chadima 15914f
 .It Cm SyslogFacility
Jan F. Chadima 15914f
 Gives the facility code that is used when logging messages from
Jan F. Chadima 15914f
 .Xr sshd 8 .
Jan F. Chadima 15914f
-The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2,
Jan F. Chadima 15914f
+The possible values are: DAEMON, USER, AUTH, AUTHPRIV, LOCAL0, LOCAL1, LOCAL2,
Jan F. Chadima 15914f
 LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
Jan F. Chadima 15914f
 The default is AUTH.
Jan F. Chadima 15914f
 .It Cm TCPKeepAlive
Jan F. Chadima a3ba41
diff -up openssh-5.2p1/sshd_config.redhat openssh-5.2p1/sshd_config
Jan F. Chadima a3ba41
--- openssh-5.2p1/sshd_config.redhat	2008-07-02 14:35:43.000000000 +0200
Jan F. Chadima 15914f
+++ openssh-5.2p1/sshd_config	2009-08-09 08:47:40.850857227 +0200
Tomáš Mráz c9833c
@@ -33,6 +33,7 @@ Protocol 2
Tomáš Mráz ad07b9
 # Logging
Tomáš Mráz ad07b9
 # obsoletes QuietMode and FascistLogging
Tomáš Mráz ad07b9
 #SyslogFacility AUTH
Tomáš Mráz ad07b9
+SyslogFacility AUTHPRIV
Tomáš Mráz ad07b9
 #LogLevel INFO
Tomáš Mráz ad07b9
 
Tomáš Mráz ad07b9
 # Authentication:
Tomáš Mráz 93a474
@@ -60,9 +61,11 @@ Protocol 2
Tomáš Mráz ad07b9
 # To disable tunneled clear text passwords, change to no here!
Tomáš Mráz ad07b9
 #PasswordAuthentication yes
Tomáš Mráz ad07b9
 #PermitEmptyPasswords no
Tomáš Mráz ad07b9
+PasswordAuthentication yes
Tomáš Mráz ad07b9
 
Tomáš Mráz ad07b9
 # Change to no to disable s/key passwords
Tomáš Mráz ad07b9
 #ChallengeResponseAuthentication yes
Tomáš Mráz ad07b9
+ChallengeResponseAuthentication no
Tomáš Mráz ad07b9
 
Tomáš Mráz ad07b9
 # Kerberos options
Tomáš Mráz ad07b9
 #KerberosAuthentication no
Tomáš Mráz 93a474
@@ -72,7 +75,9 @@ Protocol 2
Tomáš Mráz ad07b9
 
Tomáš Mráz ad07b9
 # GSSAPI options
Tomáš Mráz ad07b9
 #GSSAPIAuthentication no
Tomáš Mráz ad07b9
+GSSAPIAuthentication yes
Tomáš Mráz ad07b9
 #GSSAPICleanupCredentials yes
Tomáš Mráz ad07b9
+GSSAPICleanupCredentials yes
Tomáš Mráz ad07b9
 
Tomáš Mráz ad07b9
 # Set this to 'yes' to enable PAM authentication, account processing, 
Tomáš Mráz ad07b9
 # and session processing. If this is enabled, PAM authentication will 
Jan F. Chadima 15914f
@@ -84,11 +89,19 @@ Protocol 2
Tomáš Mráz ad07b9
 # PAM authentication, then enable this but set PasswordAuthentication
Tomáš Mráz ad07b9
 # and ChallengeResponseAuthentication to 'no'.
Tomáš Mráz ad07b9
 #UsePAM no
Tomáš Mráz ad07b9
+UsePAM yes
Tomáš Mráz 93a474
+
Tomáš Mráz b9a07a
+# Accept locale-related environment variables
Tomáš Mráz b9a07a
+AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
Tomáš Mráz b9a07a
+AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
Tomáš Mráz b9a07a
+AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
Jan F. Chadima 15914f
+AcceptEnv XMODIFIERS
Tomáš Mráz ad07b9
 
Tomáš Mráz 93a474
 #AllowAgentForwarding yes
Tomáš Mráz ad07b9
 #AllowTcpForwarding yes
Tomáš Mráz ad07b9
 #GatewayPorts no
Tomáš Mráz ad07b9
 #X11Forwarding no
Tomáš Mráz ad07b9
+X11Forwarding yes
Tomáš Mráz ad07b9
 #X11DisplayOffset 10
Tomáš Mráz ad07b9
 #X11UseLocalhost yes
Tomáš Mráz ad07b9
 #PrintMotd yes