[Oracle Linux 8.10: How to kill] ssh idle sessions
Hi,
I am using Oracle Linux 8.10, and the sshd_config is configured to terminate the idle sessions on the server. The changes that I have made in the file are,
$ sudo sshd -T | grep clientalive
clientaliveinterval 15
clientalivecountmax 3
As, per the documentation, the idle session shall be discounted after 45 seconds, but this is not happening.
Is there anything that I am missing to configure for the termination of idle sesssion?