Initial commit
This commit is contained in:
12
services/ssh/ssh.policy.json
Normal file
12
services/ssh/ssh.policy.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Allow limited incoming SSH access (TCP/22)",
|
||||
"filter": [
|
||||
{
|
||||
"in": "internet",
|
||||
"out": "_fw",
|
||||
"service": "ssh",
|
||||
"action": "accept",
|
||||
"conn-limit": { "count": 3, "interval": 30 }
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user