본문 바로가기

카테고리 없음

VSCode 원격 접속(ssh)이 되지 않는 문제

vscode could not establish connection to the remote host does not meet the prerequisites

 

필자는 이러한 에러 문구가 뜨는 문제가 발생했습니다.

전날까지 분명 ssh가 잘되었는데 말이죠,,?

 

찾아보니 VSCode 버전 문제더랍니다 (나도 모르게 업데이트를 했나,, )

 

1.86버전부터 리눅스 서버 ssh 요구사항이 변경되었다고 합니다.

그렇다면 1.85v을 쓰거나 아니면 요구사항을 응하면 되겠죠?

 

서버에 필요한 패키지를 업데이트 혹은 인스톨하거나 구버전의 VSCode를 사용하면 되겠습니다.

 

https://code.visualstudio.com/updates/v1_85

 

November 2023 (version 1.85)

Learn what is new in the Visual Studio Code November 2023 Release (1.85)

code.visualstudio.com

 

 

https://stackoverflow.com/questions/69626028/the-remote-host-may-not-meet-vs-code-servers-prerequisites-for-glibc-and-libstd

 

The remote host may not meet vs code server's prerequisites for glibc and libstdc++ vscod

I was working on the host server. Everything was great till yesterday and today when I start my server, suddenly error occurs in VS code. And my server is not connecting anymore. What should I do? ...

stackoverflow.com