Linux开放root用户远程SSH登录开放root用户远程SSH登录 #允许远程登录sed -i '/PermitRootLogin/ a PermitRootLogin yes' /etc/ssh/sshd_config#重启ssh服务systemctl restart sshd