没有vim的需先安装:apt-get install vim
进入vi编辑器:
vim /etc/ssh/sshd_config
PermitRootLogin 设置为yes
PasswordAuthentication设置为yes
按下Esc键,输入:wq保存退出
最后重启ssh即可:
service shhd restart
没有vim的需先安装:apt-get install vim
进入vi编辑器:
vim /etc/ssh/sshd_config
PermitRootLogin 设置为yes
PasswordAuthentication设置为yes
按下Esc键,输入:wq保存退出
最后重启ssh即可:
service shhd restart