常用操作

apt update
sudo -i

安装ssh

apt install openssh-server

# 打开远程登录
vi /etc/ssh/sshd_config
PermitRootLogin yes
systemctl restart sshd

passwd root

关闭防火墙

#桌面版
安全中心