Bugzilla – Attachment 1679 Details for
Bug 1635
It is useful to transfer locale-related environment variables acros the conection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch solvin the problem
env.patch (text/plain), 1.55 KB, created by
jchadima
on 2009-08-28 15:26:29 AEST
(
hide
)
Description:
Patch solvin the problem
Filename:
MIME Type:
Creator:
jchadima
Created:
2009-08-28 15:26:29 AEST
Size:
1.55 KB
patch
obsolete
>diff -up openssh-5.2p1/ssh_config.env openssh-5.2p1/ssh_config >--- openssh-5.2p1/ssh_config.env 2009-02-21 02:45:02.000000000 +0100 >+++ openssh-5.2p1/ssh_config 2009-08-08 21:46:32.883124189 +0200 >@@ -44,3 +44,14 @@ > # TunnelDevice any:any > # PermitLocalCommand no > # VisualHostKey no >+Host * >+ GSSAPIAuthentication yes >+# If this option is set to yes then remote X11 clients will have full access >+# to the original X11 display. As virtually no X11 client supports the untrusted >+# mode correctly we set this to yes. >+ ForwardX11Trusted yes >+# Send locale-related environment variables >+ SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES >+ SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT >+ SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE >+ SendEnv XMODIFIERS >diff -up openssh-5.2p1/sshd_config.env openssh-5.2p1/sshd_config >--- openssh-5.2p1/sshd_config.env 2008-07-02 14:35:43.000000000 +0200 >+++ openssh-5.2p1/sshd_config 2009-08-08 21:46:32.846103458 +0200 >@@ -84,11 +89,18 @@ Protocol 2 > # PAM authentication, then enable this but set PasswordAuthentication > # and ChallengeResponseAuthentication to 'no'. > #UsePAM no >+UsePAM yes >+ >+# Accept locale-related environment variables >+AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES >+AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT >+AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE >+AcceptEnv XMODIFIERS > > #AllowAgentForwarding yes > #AllowTcpForwarding yes > #GatewayPorts no > #X11Forwarding no > #X11DisplayOffset 10 > #X11UseLocalhost yes > #PrintMotd yes
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1635
: 1679