赞
踩
在linux 下开发, 在windows上用vscode远程
首先linux下确保安装ssh ,在/etc/ssh 文件夹中,打开sshd_config文件,AllowTcpForwarding 置为true ,再重启SSH [systemctl restart sshd.service] 重新连接
亲测可以连接成功!!!