问题描述
通过 vs code 的 ssh 原本方式无法连接,但是通过 Terminal 使用相同的 bash 却可以连接上服务器。
bash
ssh -p 4xx username@14.xxx.3
问题解决方法
- 在 vs code 的 config 里,将该服务器(14.xxx.3)的相关配置全部清空或注释掉。
- 在 vs code 通过 ssh 再次连接,并一定要选择"+添加新的 SSH 主机"。