通过Xshell或Xftp链接Windows10子系统Linux

1.打开linux系统
通过Xshell或Xftp链接Windows10子系统Linux
文章图片

2.切换到root角色

sudo -i//切换到root 并输入密码

3.卸载安装ssh server
sudo apt-get remove openssh-server //卸载 sudo apt-get install openssh-server// 重新安装

4.修改ssh server 配置
sudo vim /etc/ssh/sshd_config

修改如下内容:
Port 2222#默认的是22,但是windows有自己的ssh服务,也是监听的22端口,所以这里要改一下 UsePrivilegeSeparation no PasswordAuthentication yes AllowUsers youusername # 这里改成你登陆WSL用的


5.启动ssh server
sudo service ssh --full-restart//xshell 登陆 ubuntu on windows 了,IP 是 127.0.0.1打开的linux窗口不能关闭


【通过Xshell或Xftp链接Windows10子系统Linux】转载于:https://www.cnblogs.com/sanday/p/10448880.html

    推荐阅读