编辑文件
sudo vi /etc/ssh/sshd_config 注意sshd_config 不是ssh_config ,前者是客户端,后者是服务端。
PermitRootLogin yes 允许root账户直接ssh登录
sudo systemctl restart ssh 重启SSH服务
其它:
PasswordAuthentication yes 启用密码身份验证
PermitRootLogin yes 允许root用户通过SSH登录到系统
PubkeyAuthentication yes 启用公钥身份验证