diff --git a/data/templates/ssh/sshd_config b/data/templates/ssh/sshd_config index cfc101ffa..360920751 100644 --- a/data/templates/ssh/sshd_config +++ b/data/templates/ssh/sshd_config @@ -93,5 +93,5 @@ Match User sftpusers # user admin can't be used... # If the server is a VPS, it's expected that the owner of the # server has access to a web console through which to log in. -Match Address 192.168.0.0/16,10.0.0.0/16 +Match Address 192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,169.254.0.0/16,fe80::/10,fd00::/8 PermitRootLogin yes