我对在我正在使用的 ubuntu 16.4 vps 上设置一些基本安全措施感兴趣。我正在阅读https://www.codelitt.com/blog/my-first-10-minutes-on-a-server-primer-for-securing-ubuntu/和http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers。
其中一个建议是使用 ssh AllowUsers 指令。基于http://manpages.ubuntu.com/manpages/precise/en/man5/sshd_config.5.html(以及屏幕截图)。如果我理解正确的话,我可以通过添加以下内容来限制用户名登录,但不能限制 IP 地址登录:
AllowUsers usename1 username2 ...
它是否正确?