Displaying 1 result from an estimated 1 matches for "cmd_cycle_open".
2023 Jun 11
0
Minimize sshd log clutter/spam from unauthenticated connections
...__CHANGEME__
> < HMAC_KEY_BASE64 __CHANGEME__
> ---
>> SOURCE ANY
>> KEY_BASE64 ...
>> 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/s...