Windows Subsystem For Linux
Posted 花花今天没吃药
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows Subsystem For Linux相关的知识,希望对你有一定的参考价值。
准备材料,windows 10, Xshell 5/putty, Xmanager/Xming.
1. 打开控制面板,程序和功能,左侧“打开或关闭windows功能”,windows子系统,勾选复选框
2. windows命令行输入bash等待下载安装
之后,就可以从开始菜单搜索bash打开了
3. 从开始菜单打开bash
编辑/etc/ssh/sshd_config
添加/修改以下几项
ListenAddress 0.0.0.0 UsePrivilegeSeparation no PasswordAuthentication yes Port 2222 #只要不是默认的22就好
设置xshell,一定要新建链接并保存,从xshell的命令行直接ssh是会失败的。没有试过putty
4. 第四点需要每次使用都做
保存以下内容为vbs格式
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "bash" & Chr(34), 0
Set WshShell = Nothing
双击运行,前台无显示,会在后台运行一个bash终端
开始菜单打开bash
sudo service ssh --full-restart
关闭这个bash
使用xshell打开已经建立好的会话。
以上是关于Windows Subsystem For Linux的主要内容,如果未能解决你的问题,请参考以下文章
Windows Subsystem for Linux(wsl)使用
Windows Subsystem for Linux 环境变量
Where windows subsystem for linux (WSL) File/Directory Location?