Skip to content

Instantly share code, notes, and snippets.

@gengwg
Last active March 28, 2021 18:37
Show Gist options
  • Save gengwg/bdc2d6074c70c53a67b1541a989c4c78 to your computer and use it in GitHub Desktop.
Save gengwg/bdc2d6074c70c53a67b1541a989c4c78 to your computer and use it in GitHub Desktop.
install mosh on raspberry pi

On Server

sudo apt install mosh
sudo ufw allow from 192.168.1.0/24 to any port 60000:61000 proto udp

On Client

sudo apt install mosh
mosh rpi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment