en_GB.UTF-8 on local machine and en_US.UTF-8 on remote host.
@@ -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).