mosh-chrome icon indicating copy to clipboard operation
mosh-chrome copied to clipboard

Can't Connect to Mosh on macOS

Open redreceipt opened this issue 3 years ago • 0 comments

macOS by default accepts locale info, I know because mosh works fine with Blink.sh for iOS. But even with this chrome extension supposedly sending UTF-8, something isn't working properly. I get this error:

Bad response when running mosh-server: 'mosh-server needs a UTF-8 native locale to run.

Unfortunately, the local environment ([no charset variables]) specifies
the character set "US-ASCII",

The client-supplied environment ([no charset variables]) specifies
the character set "US-ASCII".

LANG=""

LC_COLLATE="C"

LC_CTYPE="C"

LC_MESSAGES="C"

LC_MONETARY="C"

LC_NUMERIC="C"

LC_TIME="C"

LC_ALL=

'

SSH Login failed.

Mosh has exited.
Press "x" to close the window.

redreceipt avatar Dec 23 '21 20:12 redreceipt