wsl
WSL
配置 ssh
- 安装
openssh-server
-
编辑
/etc/ssh/sshd_config
# change port Port 9922 ListenAddress 0.0.0.0 PasswordAuthentication yes
- 重启服务器
sudo service ssh restart
-
windows 重定向端口
netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=9922 connectaddress=172.23.241.25 connectport=9922
- 端口号就是 ssh 的
- wsl 的 ip 地址可以从
ifconfig
命令获得 -
ifconfig
在net-tools
包中
- 在 windows 防火墙中添加端口
评论
Comments powered by Disqus