Created
May 30, 2022 13:02
-
-
Save ericpardee/880ae6f4add6773255ece399636c5d3b to your computer and use it in GitHub Desktop.
mosh macOS homebrew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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