initial commit
This commit is contained in:
commit
6f50de798b
24 changed files with 1082 additions and 0 deletions
6
roles/baseline/templates/mosh.j2
Normal file
6
roles/baseline/templates/mosh.j2
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
# {{ansible_managed}}
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue