rcolebaugh / rpms / openssh

Forked from rpms/openssh 2 years ago
Clone
Jan F. Chadima a3ba41
diff -up openssh-5.2p1/ssh_config.redhat openssh-5.2p1/ssh_config
Jan F. Chadima a3ba41
--- openssh-5.2p1/ssh_config.redhat	2009-02-21 02:45:02.000000000 +0100
Jan F. Chadima a3ba41
+++ openssh-5.2p1/ssh_config	2009-03-10 03:51:54.749290375 +0100
Jan F. Chadima a3ba41
@@ -44,3 +44,13 @@
Jan F. Chadima a3ba41
 #   TunnelDevice any:any
Jan F. Chadima a3ba41
 #   PermitLocalCommand no
Jan F. Chadima a3ba41
 #   VisualHostKey no
Jan F. Chadima a3ba41
+Host *
Jan F. Chadima a3ba41
+	GSSAPIAuthentication yes
Jan F. Chadima a3ba41
+# If this option is set to yes then remote X11 clients will have full access
Jan F. Chadima a3ba41
+# to the original X11 display. As virtually no X11 client supports the untrusted
Jan F. Chadima a3ba41
+# mode correctly we set this to yes.
Jan F. Chadima a3ba41
+	ForwardX11Trusted yes
Jan F. Chadima a3ba41
+# Send locale-related environment variables
Jan F. Chadima a3ba41
+	SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES 
Jan F. Chadima a3ba41
+	SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT 
Jan F. Chadima a3ba41
+	SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE
Jan F. Chadima a3ba41
diff -up openssh-5.2p1/sshd_config.0.redhat openssh-5.2p1/sshd_config.0
Jan F. Chadima a3ba41
--- openssh-5.2p1/sshd_config.0.redhat	2009-02-23 01:18:15.000000000 +0100
Jan F. Chadima a3ba41
+++ openssh-5.2p1/sshd_config.0	2009-03-10 03:51:54.958364611 +0100
Jan F. Chadima a3ba41
@@ -467,6 +467,11 @@ DESCRIPTION
Jan F. Chadima a3ba41
              Defines the number of bits in the ephemeral protocol version 1
Jan F. Chadima a3ba41
              server key.  The minimum value is 512, and the default is 1024.
Jan F. Chadima a3ba41
 
Jan F. Chadima a3ba41
+     ShowPatchLevel
Jan F. Chadima a3ba41
+	     Specifies whether sshd will display the specific patch level of
Jan F. Chadima a3ba41
+	     the binary in the server identification string.  The patch level
Jan F. Chadima a3ba41
+	     is set at compile-time.  The default is M-bM-^@M-^\noM-bM-^@M-^].
Jan F. Chadima a3ba41
+
Jan F. Chadima a3ba41
      StrictModes
Jan F. Chadima a3ba41
              Specifies whether sshd(8) should check file modes and ownership
Jan F. Chadima a3ba41
              of the user's files and home directory before accepting login.
Jan F. Chadima a3ba41
@@ -491,9 +496,9 @@ DESCRIPTION
Jan F. Chadima a3ba41
 
Jan F. Chadima a3ba41
      SyslogFacility
Jan F. Chadima a3ba41
              Gives the facility code that is used when logging messages from
Jan F. Chadima a3ba41
-             sshd(8).  The possible values are: DAEMON, USER, AUTH, LOCAL0,
Jan F. Chadima a3ba41
-             LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.  The de-
Jan F. Chadima a3ba41
-             fault is AUTH.
Jan F. Chadima a3ba41
+             sshd(8).  The possible values are: DAEMON, USER, AUTH, AUTHPRIV,
Jan F. Chadima a3ba41
+             LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
Jan F. Chadima a3ba41
+             The default is AUTH.
Jan F. Chadima a3ba41
 
Jan F. Chadima a3ba41
      TCPKeepAlive
Jan F. Chadima a3ba41
              Specifies whether the system should send TCP keepalive messages
Jan F. Chadima a3ba41
diff -up openssh-5.2p1/sshd_config.5.redhat openssh-5.2p1/sshd_config.5
Jan F. Chadima a3ba41
--- openssh-5.2p1/sshd_config.5.redhat	2009-02-23 01:00:24.000000000 +0100
Jan F. Chadima a3ba41
+++ openssh-5.2p1/sshd_config.5	2009-03-10 03:51:54.931352756 +0100
Jan F. Chadima a3ba41
@@ -814,6 +814,14 @@ This option applies to protocol version 
Jan F. Chadima a3ba41
 .It Cm ServerKeyBits
Jan F. Chadima a3ba41
 Defines the number of bits in the ephemeral protocol version 1 server key.
Jan F. Chadima a3ba41
 The minimum value is 512, and the default is 1024.
Jan F. Chadima a3ba41
+.It Cm ShowPatchLevel 
Jan F. Chadima a3ba41
+Specifies whether 
Jan F. Chadima a3ba41
+.Nm sshd 
Jan F. Chadima a3ba41
+will display the patch level of the binary in the identification string. 
Jan F. Chadima a3ba41
+The patch level is set at compile-time. 
Jan F. Chadima a3ba41
+The default is 
Jan F. Chadima a3ba41
+.Dq no . 
Jan F. Chadima a3ba41
+This option applies to protocol version 1 only. 
Jan F. Chadima a3ba41
 .It Cm StrictModes
Jan F. Chadima a3ba41
 Specifies whether
Jan F. Chadima a3ba41
 .Xr sshd 8
Jan F. Chadima a3ba41
@@ -848,7 +856,7 @@ Note that this option applies to protoco
Jan F. Chadima a3ba41
 .It Cm SyslogFacility
Jan F. Chadima a3ba41
 Gives the facility code that is used when logging messages from
Jan F. Chadima a3ba41
 .Xr sshd 8 .
Jan F. Chadima a3ba41
-The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2,
Jan F. Chadima a3ba41
+The possible values are: DAEMON, USER, AUTH, AUTHPRIV, LOCAL0, LOCAL1, LOCAL2,
Jan F. Chadima a3ba41
 LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
Jan F. Chadima a3ba41
 The default is AUTH.
Jan F. Chadima a3ba41
 .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 a3ba41
+++ openssh-5.2p1/sshd_config	2009-03-10 03:51:54.960221540 +0100
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 
Tomáš Mráz 93a474
@@ -84,11 +89,18 @@ 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
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
Jan F. Chadima a3ba41
@@ -100,6 +112,7 @@ Protocol 2
Jan F. Chadima a3ba41
 #Compression delayed
Jan F. Chadima a3ba41
 #ClientAliveInterval 0
Jan F. Chadima a3ba41
 #ClientAliveCountMax 3
Jan F. Chadima a3ba41
+#ShowPatchLevel no
Jan F. Chadima a3ba41
 #UseDNS yes
Jan F. Chadima a3ba41
 #PidFile /var/run/sshd.pid
Jan F. Chadima a3ba41
 #MaxStartups 10