We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d1a17 commit d42af9fCopy full SHA for d42af9f
ssh/setup_ssh.sh
@@ -38,4 +38,8 @@ fi
38
echo "Creating the controlmasters directory."
39
mkdir -p "${SSH_DIR}/controlmasters"
40
41
+# echo "Fixing locales for Mosh."
42
+# https://github.com/mobile-shell/mosh/issues/102#issuecomment-5111502
43
+# sudo sed -i "s/^ SendEnv LANG LC_\*/# SendEnv LANG LC_\*/g" "/etc/ssh/ssh_config"
44
+
45
echo "SSH configured."
0 commit comments