浏览代码

Fix mosh locale problem on Ubuntu server

en_GB.UTF-8 on local machine and en_US.UTF-8 on remote host.
DricomDragon 4 年之前
父节点
当前提交
96873a8afd
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Guides/ssh.md

+ 6 - 0
Guides/ssh.md

@@ -25,3 +25,9 @@ sudo service ssh restart
 ```sh
 ssh-copy-id -i ~/.ssh/id_rsa.pub 192.168.0.10
 ```
+
+## Mosh
+
+### Fix locale problem
+
+Run `sudo dpkg-reconfigure locales` on your remote host and select locales that are installed on your local computer (like en\_GB.UTF-8).