- 该系统需安装安装了SSH 服务
apt-get install openssh-server
- 编辑SSH 配置文件
#vi /etc/ssh/sshd_config
PermitRootLogin yes
PermitEmptyPasswords no
- 重启shh服务
#service ssh restar
- 完成
时间: 2024-10-16 17:27:05
apt-get install openssh-server
#vi /etc/ssh/sshd_config
PermitRootLogin yes
PermitEmptyPasswords no
#service ssh restar