最后更新于4年前
打开 任务管理器 -> 服务,重启LxssManager服务
重装openssh-server
配置sshd
重启sshd
在windows宿主机上测试连接
# 修改端口不与宿主机冲突 Port 2222 # 允许使用密码认证方式登录 PasswordAuthentication yes
sudo apt-get remove openssh-server sudo apt-get install openssh-server
sudo service ssh --full-restart
ssh 127.0.0.1 2222
[wsl2] memory=6GB swap=0 localhostForwarding=true