Linux嵌入式开发-1 Ubuntu子系统18.04开启SSH

虚拟机速度有点慢,选择Ubuntu子系统

1、版本如下

Linux嵌入式开发-1 Ubuntu子系统18.04开启SSH

 

 2、打开修改/etc/ssh/sshd-config文件

2.1

找到并用#注释掉这行:PermitRootLogin prohibit-password

新建一行 ,命令模式点o 添加:PermitRootLogin yes

2.2

PasswordAuthentication no修改为yes

2.3

如果提示 sshd error: could not load host key 则需要重新生成 key

dpkg-reconfigure openssh-server

2.4 设置下密码

passwd root 

2.5 为了只是本地调试用,修改防火墙

Linux嵌入式开发-1 Ubuntu子系统18.04开启SSH

 

 2.6启动

sudo /etc/init.d/ssh restart

service ssh start

2.7测试连接成功

Linux嵌入式开发-1 Ubuntu子系统18.04开启SSH

 

上一篇:Ubuntu远程root用户登录


下一篇:docker启动带etcd集群命名