#!/bin/sh # DO NOT MODIFY: this file is written by ansible # Firewall to allow mosh sessions ip6tables -A INPUT -p udp --match multiport --dports 60001:60020 -j ACCEPT iptables -A INPUT -p udp --match multiport --dports 60001:60020 -j ACCEPT