首先需要查看是否安装ssh,如果没有,输入以下命令安装
sudo apt-get install openssh-server
进入/etc/ssh/sshd_config文件
vi /etc/ssh/sshd_config
将PermitRootLogin prohibit-password
改为 PermitRootLogin yes
然后重启ssh服务
/etc/init.d/ssh restart
首先需要查看是否安装ssh,如果没有,输入以下命令安装
sudo apt-get install openssh-server
进入/etc/ssh/sshd_config文件
vi /etc/ssh/sshd_config
将PermitRootLogin prohibit-password
改为 PermitRootLogin yes
然后重启ssh服务
/etc/init.d/ssh restart
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。