moth/packages/mcp/service/sshd/run

7 lines
172 B
Plaintext
Raw Normal View History

2010-10-09 23:52:33 -06:00
#! /bin/sh
exec 2>&1
2011-01-04 12:35:15 -07:00
iptables -A INPUT -s 10.0.0.0/16 --proto tcp --dport 55 -j ACCEPT
iptables -A INPUT --proto tcp --dport 55 -j REJECT
2010-10-09 23:52:33 -06:00
exec dropbear -r ./rsa.key -E -F