我有一个基于云的服务器。我按照这个指南来配置它的安全性:http://www.rubytreesoftware.com/resources/securely-setup-ubuntu-1404-server
SSH的配置如下:
# Edit or add the following configuration to sshd_config
PermitRootLogin no
PasswordAuthentication no
X11Forwarding no
AllowUsers andy deploy
我通过将笔记本上的私钥添加到主机上的授权密钥来与远程服务器进行身份验证。
我担心的是,如