1 ubuntu安装ssh服务器
bash
sudo apt install openssh-server
修改配置文件vi /etc/ssh/sshd_config
修改如下两个配置
修改完运行下面代码。再用 xhell连接试试。
bash
/etc/init.d/ssh restart