]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - pkgs/openssh/patches/openssh-5.6p1-redhat.patch
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / pkgs / openssh / patches / openssh-5.6p1-redhat.patch
1 diff -up openssh-5.6p1/ssh_config.redhat openssh-5.6p1/ssh_config
2 --- openssh-5.6p1/ssh_config.redhat 2010-01-12 09:40:27.000000000 +0100
3 +++ openssh-5.6p1/ssh_config 2010-09-03 15:21:17.000000000 +0200
4 @@ -45,3 +45,14 @@
5 # PermitLocalCommand no
6 # VisualHostKey no
7 # ProxyCommand ssh -q -W %h:%p gateway.example.com
8 +Host *
9 + GSSAPIAuthentication yes
10 +# If this option is set to yes then remote X11 clients will have full access
11 +# to the original X11 display. As virtually no X11 client supports the untrusted
12 +# mode correctly we set this to yes.
13 + ForwardX11Trusted yes
14 +# Send locale-related environment variables
15 + SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
16 + SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
17 + SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE
18 + SendEnv XMODIFIERS
19 diff -up openssh-5.6p1/sshd_config.0.redhat openssh-5.6p1/sshd_config.0
20 --- openssh-5.6p1/sshd_config.0.redhat 2010-08-23 05:24:16.000000000 +0200
21 +++ openssh-5.6p1/sshd_config.0 2010-09-03 15:23:20.000000000 +0200
22 @@ -537,9 +537,9 @@ DESCRIPTION
23
24 SyslogFacility
25 Gives the facility code that is used when logging messages from
26 - sshd(8). The possible values are: DAEMON, USER, AUTH, LOCAL0,
27 - LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7. The
28 - default is AUTH.
29 + sshd(8). The possible values are: DAEMON, USER, AUTH, AUTHPRIV,
30 + LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
31 + The default is AUTH.
32
33 TCPKeepAlive
34 Specifies whether the system should send TCP keepalive messages
35 diff -up openssh-5.6p1/sshd_config.5.redhat openssh-5.6p1/sshd_config.5
36 --- openssh-5.6p1/sshd_config.5.redhat 2010-07-02 05:37:17.000000000 +0200
37 +++ openssh-5.6p1/sshd_config.5 2010-09-03 15:21:17.000000000 +0200
38 @@ -919,7 +919,7 @@ Note that this option applies to protoco
39 .It Cm SyslogFacility
40 Gives the facility code that is used when logging messages from
41 .Xr sshd 8 .
42 -The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2,
43 +The possible values are: DAEMON, USER, AUTH, AUTHPRIV, LOCAL0, LOCAL1, LOCAL2,
44 LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
45 The default is AUTH.
46 .It Cm TCPKeepAlive
47 diff -up openssh-5.6p1/sshd_config.redhat openssh-5.6p1/sshd_config
48 --- openssh-5.6p1/sshd_config.redhat 2009-10-11 12:51:09.000000000 +0200
49 +++ openssh-5.6p1/sshd_config 2010-09-03 15:21:17.000000000 +0200
50 @@ -31,6 +31,7 @@
51 # Logging
52 # obsoletes QuietMode and FascistLogging
53 #SyslogFacility AUTH
54 +SyslogFacility AUTHPRIV
55 #LogLevel INFO
56
57 # Authentication:
58 @@ -58,9 +59,11 @@
59 # To disable tunneled clear text passwords, change to no here!
60 #PasswordAuthentication yes
61 #PermitEmptyPasswords no
62 +PasswordAuthentication yes
63
64 # Change to no to disable s/key passwords
65 #ChallengeResponseAuthentication yes
66 +ChallengeResponseAuthentication no
67
68 # Kerberos options
69 #KerberosAuthentication no
70 @@ -70,7 +73,9 @@
71
72 # GSSAPI options
73 #GSSAPIAuthentication no
74 +GSSAPIAuthentication yes
75 #GSSAPICleanupCredentials yes
76 +GSSAPICleanupCredentials yes
77
78 # Set this to 'yes' to enable PAM authentication, account processing,
79 # and session processing. If this is enabled, PAM authentication will
80 @@ -82,11 +87,19 @@
81 # PAM authentication, then enable this but set PasswordAuthentication
82 # and ChallengeResponseAuthentication to 'no'.
83 #UsePAM no
84 +UsePAM yes
85 +
86 +# Accept locale-related environment variables
87 +AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
88 +AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
89 +AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
90 +AcceptEnv XMODIFIERS
91
92 #AllowAgentForwarding yes
93 #AllowTcpForwarding yes
94 #GatewayPorts no
95 #X11Forwarding no
96 +X11Forwarding yes
97 #X11DisplayOffset 10
98 #X11UseLocalhost yes
99 #PrintMotd yes