Script iptables SSHlimit.sh: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 November 2020

19 October 2020

8 December 2011

1 December 2011

  • curprev 03:1703:17, 1 December 2011imported>T1t0 864 bytes +864 Created page with "<pre> #!/bin/sh # # Network firewall config PATH=/sbin:/bin:/usr/sbin:/usr/bin; RET_CODE=0 case "$1" in start) iptables -I INPUT 1 -p tcp --dport 22 -m state --sta..."