/[pkgs]/devel/openssh/openssh-5.2p1-redhat.patch
ViewVC logotype

Contents of /devel/openssh/openssh-5.2p1-redhat.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download) (as text)
Fri Aug 28 21:46:27 2009 UTC (2 months, 3 weeks ago) by jfch2222
Branch: MAIN
CVS Tags: openssh-5_2p1-28_fc12, F-12-split, openssh-5_2p1-24_fc12, openssh-5_2p1-27_fc12, openssh-5_2p1-20_fc12, openssh-5_2p1-26_fc12, openssh-5_2p1-23_fc12, openssh-5_2p1-22_fc12, openssh-5_3p1-2_fc13, openssh-5_3p1-8_fc13, openssh-5_2p1-21_fc12, openssh-5_3p1-10_fc13, openssh-5_2p1-25_fc12, openssh-5_3p1-9_fc13, openssh-5_3p1-7_fc13, openssh-5_3p1-1_fc13, openssh-5_3p1-3_fc13, openssh-5_3p1-4_fc13, openssh-5_3p1-5_fc13, openssh-5_3p1-6_fc13, openssh-5_2p1-29_fc13, HEAD
Changes since 1.2: +49 -47 lines
File MIME type: text/x-patch
rearange patches
1 diff -up openssh-5.2p1/ssh_config.redhat openssh-5.2p1/ssh_config
2 --- openssh-5.2p1/ssh_config.redhat 2009-02-21 02:45:02.000000000 +0100
3 +++ openssh-5.2p1/ssh_config 2009-08-09 08:45:11.302092427 +0200
4 @@ -44,3 +44,14 @@
5 # TunnelDevice any:any
6 # PermitLocalCommand no
7 # VisualHostKey no
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.2p1/sshd_config.0.redhat openssh-5.2p1/sshd_config.0
20 --- openssh-5.2p1/sshd_config.0.redhat 2009-02-23 01:18:15.000000000 +0100
21 +++ openssh-5.2p1/sshd_config.0 2009-08-09 08:45:11.276555108 +0200
22 @@ -491,9 +491,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 de-
28 - fault 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.2p1/sshd_config.5.redhat openssh-5.2p1/sshd_config.5
36 --- openssh-5.2p1/sshd_config.5.redhat 2009-02-23 01:00:24.000000000 +0100
37 +++ openssh-5.2p1/sshd_config.5 2009-08-09 08:45:11.278927203 +0200
38 @@ -848,7 +848,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.2p1/sshd_config.redhat openssh-5.2p1/sshd_config
48 --- openssh-5.2p1/sshd_config.redhat 2008-07-02 14:35:43.000000000 +0200
49 +++ openssh-5.2p1/sshd_config 2009-08-09 08:47:40.850857227 +0200
50 @@ -33,6 +33,7 @@ Protocol 2
51 # Logging
52 # obsoletes QuietMode and FascistLogging
53 #SyslogFacility AUTH
54 +SyslogFacility AUTHPRIV
55 #LogLevel INFO
56
57 # Authentication:
58 @@ -60,9 +61,11 @@ Protocol 2
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 @@ -72,7 +75,9 @@ Protocol 2
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 @@ -84,11 +89,19 @@ Protocol 2
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

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2