View | Details | Raw Unified | Return to bug 1635
Collapse All | Expand All

(-)openssh-5.2p1/ssh_config.env (+11 lines)
Lines 44-46 Link Here
44
#   TunnelDevice any:any
44
#   TunnelDevice any:any
45
#   PermitLocalCommand no
45
#   PermitLocalCommand no
46
#   VisualHostKey no
46
#   VisualHostKey no
47
Host *
48
	GSSAPIAuthentication yes
49
# If this option is set to yes then remote X11 clients will have full access
50
# to the original X11 display. As virtually no X11 client supports the untrusted
51
# mode correctly we set this to yes.
52
	ForwardX11Trusted yes
53
# Send locale-related environment variables
54
	SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES 
55
	SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT 
56
	SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE
57
	SendEnv XMODIFIERS
(-)openssh-5.2p1/sshd_config.env (+7 lines)
Lines 84-94 Protocol 2 Link Here
84
# PAM authentication, then enable this but set PasswordAuthentication
89
# PAM authentication, then enable this but set PasswordAuthentication
85
# and ChallengeResponseAuthentication to 'no'.
90
# and ChallengeResponseAuthentication to 'no'.
86
#UsePAM no
91
#UsePAM no
92
UsePAM yes
93
94
# Accept locale-related environment variables
95
AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
96
AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
97
AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
98
AcceptEnv XMODIFIERS
87
99
88
#AllowAgentForwarding yes
100
#AllowAgentForwarding yes
89
#AllowTcpForwarding yes
101
#AllowTcpForwarding yes
90
#GatewayPorts no
102
#GatewayPorts no
91
#X11Forwarding no
103
#X11Forwarding no
92
#X11DisplayOffset 10
104
#X11DisplayOffset 10
93
#X11UseLocalhost yes
105
#X11UseLocalhost yes
94
#PrintMotd yes
106
#PrintMotd yes

Return to bug 1635