Skip to content

Commit d42af9f

Browse files
committed
Add Mosh locale fix
1 parent f8d1a17 commit d42af9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ssh/setup_ssh.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ fi
3838
echo "Creating the controlmasters directory."
3939
mkdir -p "${SSH_DIR}/controlmasters"
4040

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+
4145
echo "SSH configured."

0 commit comments

Comments
 (0)