摘要: 背景 linux上的openssl,openssh可能是比较旧的版本。且没办法通过包管理工具进行更新,例如apt。这种情况就需要手动安装。以下操作在ubuntu18.04下通过。 卸载旧版openssh systemctl stop sshd systemctl disable sshd sudo 阅读全文
posted @ 2021-09-14 11:44 bert_qin 阅读(407) 评论(0) 推荐(0)
摘要: 报错 command '_workbench.downloadResource' failed" when connecting to a remote host via ssh 解决 确定commit 在help中可以查看 清理 rm -rf ~/.vscode-server/bin/${comm 阅读全文
posted @ 2021-09-14 09:10 bert_qin 阅读(922) 评论(0) 推荐(0)