Displaying 1 result from an estimated 1 matches for "cmd_cycle_tim".
Did you mean:
cmd_cycle_timer
2023 Jun 11
0
Minimize sshd log clutter/spam from unauthenticated connections
...ASE64 ...
>> HMAC_KEY_BASE64 ...
>> REQUIRE_SOURCE_ADDRESS Y
>> # fwknopd fiddles with iptables, we need to have nftables modified.
>> CMD_CYCLE_OPEN /usr/local/sbin/fwknop2nftables $IP $PORT
>> CMD_CYCLE_CLOSE NONE
>> CMD_CYCLE_TIMER 30s
> fwknop# diff fwknopd.conf.orig fwknopd.conf
> 40a41
>> PCAP_INTF enp0s25
> fwknop# cat /usr/local/sbin/fwknop2nftables
> #!/bin/sh
>
> # Syntax: $0 SRC_IP PORT
>
> NFT="/usr/sbin/nft"
> SET="fwkn"
> # Note that we...