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

7 lines
172 B
Text
Raw Normal View History

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