Check Point Certified Security Expert (CCSE) R81 — Question 191
What is a possible command to delete all of the SSH connections of a gateway?
Answer options
- A. fw sam -l dport 22
- B. fw ctl conntab -x -dport=22
- C. fw tab -t connections -x -e 00000016
- D. fwaccel dos config set dport ssh
Correct answer: B
Explanation
The command 'fw ctl conntab -x -dport=22' is specifically designed to delete all connections on the specified port, which in this case is port 22 for SSH. The other options either do not pertain to deleting connections on this port or are incorrect commands for this specific action.