安装SSH服务
apt install openssh-server
修改 SSH 配置文件,可以远程访问【命令: 】
vim /etc/ssh/sshd_config
找到:PermitRootLogin prohibit-password
修改:PermitRootLogin yes
保存::wq
- 重启SSH
/etc/init.d/ssh restart
apt install openssh-server
vim /etc/ssh/sshd_config
找到:PermitRootLogin prohibit-password
修改:PermitRootLogin yes
保存::wq
/etc/init.d/ssh restart