当前位置:   article > 正文

Vscode连接远程服务器遇到的诸多问题_vscode 远程连不上 t9k

vscode 远程连不上 t9k

1.SSH密钥权限过大:Permissions for xxx are too open.

我连接远程管理人员会给我一个个人私钥文件,所以我的ssh config是这样的

 最后一行的私钥文件的位置,但是windows vscode无法连接报错:

Permissions for xxx(我的私钥文件) are too open.

It is required that your private key files are NOT accessible by others

原因是linux下载下的私钥文件权限过大,需要修改权限

参考链接:

vscode密钥登陆无法连接远程服务器,而Mobaxterm可以连接_"load key 606.txt\": bad permissions"_一个低调的帅哥的博客-CSDN博客这位大哥的办法非常之有用,感谢感谢

操作完建议重启vscode再看能不能连接上

2、通过Remote-SSH远程时,提示Failed to parse remote port from server output

[21:57:15.605] Server installation proceready in progress - waiting and retrying

[21:57:15.935] "install" terminal command" done
[21:57:15.936]1Install terminal quit with output: l

[21:57:16.608] Resolver error : Error:

 去报错终端信息中找lock 字母,如图:

找你的./vscode-server/bin目录下的很长一串字符的文件夹,删除对应doc

 重启VSCode

参考地址:VSCode Server installation process already in progress - waiting and retrying_阿基美德的博客-CSDN博客

3、vscode ssh  Resolver error: Error: XHR failed

还是先找到如上的bin目录,记住你很长的文件名:如:660393deaaa6d1996740ff4880f1bad43768c814      它叫做commit_id

 下载https://update.code.visualstudio.com/commit:commit_id/server-linux-x64/stable,替换成你自己的commit_id,复制浏览器上,回车会自动下载,然后放到服务器里

解压运行以下命令(根据实际情况调整) 

cd ~/.vscode-server/bin
tar -zxf vscode-server-linux-x64.tar.gz
mv vscode-server-linux-x64 commit_id

最后目录层级应该是这样的就可以了

最后记得要重启vscode哦

参考链接:vs code连接服务器卡在Downloading VS Code Server - 码农教程

大功告成,连着报错,终于可以了

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/66805?site
推荐阅读
相关标签
  

闽ICP备14008679号