diff --git a/README.md b/README.md index 0f8060d..7c32e72 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,20 @@ ssh host_name sftp host_name ``` + + +### White and black lists + +add white list to ```/etc/hosts.allow```: +```text +sshd: 10.83.33.77/32, 10.63.152.9/32, 10.12.100.11/28, 10.82.192.0/28 +``` + +add black list to ```/etc/hosts.deny```: +```text +sshd: ALL +``` + ## Tips