The method for Ubuntu posted by swatspyder works for MacOS too! You only have to set the language:
For a "NEW" session, follow these steps...
- Select Protocol "Local Shell".
- Create a session name such as "mailserver - FreeBSD - Mosh".
- Right click on the new session and select "Properties".
- In the left column, select the category "Logon Options" under "Connection".
- Check the box that says "Automate Logon".
- Delete "ogin:" and "assword:" from the list.
- Click the "Add" button.
- In the "Send" field, enter the following (modified how you need it):
Code:
export LANG=en_US.UTF-8
- Click OK to save that send action.
- Click the "Add" button.
- In the "Send" field, enter the following (modified how you need it):
Code:
/usr/local/bin/mosh --server="mosh-server new -l LANG=en_US.UTF-8" --ssh="ssh -p [port #]" [username]@[IP ADDR]
- Click OK to save that send action.