apt update sudo -i
apt install openssh-server # 打开远程登录 vi /etc/ssh/sshd_config PermitRootLogin yes systemctl restart sshd passwd root
#桌面版 安全中心