赞
踩
我连接远程管理人员会给我一个个人私钥文件,所以我的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再看能不能连接上
[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博客
还是先找到如上的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 - 码农教程
大功告成,连着报错,终于可以了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。