Skip to content

Instantly share code, notes, and snippets.

@jkullick
Created September 1, 2016 13:13
Show Gist options
  • Save jkullick/652968762435681eb00df7b0579718c2 to your computer and use it in GitHub Desktop.
Save jkullick/652968762435681eb00df7b0579718c2 to your computer and use it in GitHub Desktop.
Allow Mobile Shell (mosh) in IPTables
iptables -A INPUT -p udp --dport 60000:61000 -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment