Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ericpardee/880ae6f4add6773255ece399636c5d3b to your computer and use it in GitHub Desktop.
Save ericpardee/880ae6f4add6773255ece399636c5d3b to your computer and use it in GitHub Desktop.
mosh macOS homebrew
# when get
$ mosh proxMac-Pro 130 ↵
zsh:1: command not found: mosh-server
Connection to 192.168.0.94 closed.
/usr/local/bin/mosh: Did not find mosh server startup message. (Have you installed mosh on your server?)
# did you install mosh with homebrew? Then
$ mosh --server=/usr/local/Cellar/mosh/1.3.2_18/bin/mosh-server proxMac-Pro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment