1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-08 04:51:06 -07:00
moth/packages/mcp/service/sshd/run
2011-01-04 12:35:15 -07:00

6 lines
172 B
Bash
Executable file

#! /bin/sh
exec 2>&1
iptables -A INPUT -s 10.0.0.0/16 --proto tcp --dport 55 -j ACCEPT
iptables -A INPUT --proto tcp --dport 55 -j REJECT
exec dropbear -r ./rsa.key -E -F