On 9 Nov 2006 14:56:52 -0800, "nass" <(E-Mail Removed)> wrote:
>however, if say i login and logout straight away, and try to login
>again, i will not be able to. i basically, somehow, if i DO manage to
>login to ssh, the 'recent' flag to be reset. so i can login again...
>how is it possible to do that?
>nass
man iptables:
Each file in /proc/net/ipt_recent/ can be read from to see the current list or
written two using the following commands to modify the list:
echo xx.xx.xx.xx > /proc/net/ipt_recent/DEFAULT
to Add to the DEFAULT list
echo -xx.xx.xx.xx > /proc/net/ipt_recent/DEFAULT
to Remove from the DEFAULT list
echo clear > /proc/net/ipt_recent/DEFAULT
to empty the DEFAULT list.
Try the second option from successful login?
Grant.
--
http://bugsplatter.mine.nu/