Search found 1 match
- 31 Mar 2024, 14:07
- Forum: General Discussion (csf)
- Topic: Blocking SSH Connections Except In hosts.allow, what rule?
- Replies: 0
- Views: 7978
Blocking SSH Connections Except In hosts.allow, what rule?
Hello, After upgrading to Rocky Linux and latest cPanel install, they wont allow Host Access Control anymore. So, I am trying to block all SSH connection except allow IP in the hosts.allow: ============================= ALL : 1.1.1.1 : allow sshd : 1.2.3.4 : allow sshd : ALL : deny =================...