2010-03-26 16:29:14 +01:00
|
|
|
Index: ssh_config
|
|
|
|
===================================================================
|
|
|
|
--- ssh_config.orig
|
2007-01-07 17:26:05 +01:00
|
|
|
+++ ssh_config
|
2010-03-26 16:29:14 +01:00
|
|
|
@@ -63,6 +63,9 @@ ForwardX11Trusted yes
|
2007-01-07 17:26:05 +01:00
|
|
|
# potential man-in-the-middle attacks, which 'gssapi-with-mic' is not susceptible to.
|
|
|
|
# GSSAPIEnableMITMAttack no
|
|
|
|
|
|
|
|
->>>>>>>
|
|
|
|
+# This enables sending locale enviroment variables LC_* LANG, see ssh_config(5).
|
2011-01-31 13:24:57 +01:00
|
|
|
+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
|
2007-01-07 17:26:05 +01:00
|
|
|
+SendEnv LC_IDENTIFICATION LC_ALL
|
2009-03-03 22:42:45 +01:00
|
|
|
# VisualHostKey no
|
2010-03-26 16:29:14 +01:00
|
|
|
# ProxyCommand ssh -q -W %h:%p gateway.example.com
|
|
|
|
Index: sshd_config
|
|
|
|
===================================================================
|
|
|
|
--- sshd_config.orig
|
2007-01-07 17:26:05 +01:00
|
|
|
+++ sshd_config
|
2010-03-26 16:29:14 +01:00
|
|
|
@@ -117,6 +117,11 @@ X11Forwarding yes
|
2007-01-07 17:26:05 +01:00
|
|
|
# override default of no subsystems
|
|
|
|
Subsystem sftp /usr/libexec/sftp-server
|
|
|
|
|
|
|
|
+# This enables accepting locale enviroment variables LC_* LANG, see sshd_config(5).
|
2011-01-31 13:24:57 +01:00
|
|
|
+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
|
2007-01-07 17:26:05 +01:00
|
|
|
+AcceptEnv LC_IDENTIFICATION LC_ALL
|
|
|
|
+
|
|
|
|
# Example of overriding settings on a per-user basis
|
|
|
|
#Match User anoncvs
|
|
|
|
# X11Forwarding no
|