vscode2 [vscode] Setting up SSH Host: Copying VS Code Server to host with scp vscode로 SSH 연결할때 특정 파일들을 다운로드해야 하는데 방화벽 이슈로 파일을 다운로드 받지 못할 때 다음과 같은 문장이 나오면 stuck된다. 이럴때는 직접 파일을 다운로드하고 세팅해줘야 해결할 수 있다. 1. On server, get the commit idls ~/.vscode-server/bin 옵션의 'Help' -> 'About'에서 확인할 수 있다. 2. Download tarball replacing $COMMIT_ID with the the commit number from the previous stepFor Stable Versionhttps://update.code.visualstudio.com/commit:$COMMIT_ID/server-linux-x64/stable.. 2024. 2. 19. vscode ssh 연결 무한로딩일때 서버에 ssh 접속을 하려고 하니까 "Setting up ssh host $ip: copying vs code server to host with scp" 단계에서 stuck된 상태가 되었다.별거 다 해봐도 ssl 문제도 아닌거 같았는데 127.0.0.1 서버에 이미 할당된게 있는거로 보였다 $ vim ~/.config/code-server/config.yaml을 입력하면cert: False로 되어있었다True로 바꿔주니까 ssh 연결이 잘 되었다 2023. 6. 19. 이전 1 다음