sudo apt install ssh
找到配置文件
sudo vim /etc/ssh/sshd_config
注释掉
PermitRootLogin prohibit-password
插入
PermitRootLogin yes
生成秘钥
ssh-keygen -t rsa