Visual Studio Code 확장 Remote Development 구성 템플릿
1324 단어 EC2VisualStudioCodessh 설정AWS
소개
먼저 Visual Studio Code의 확장 기능인 Remote Development를 설치합니다.
Windows와 Mac 모두 동일한 설정입니다.
config 파일 설정
다음과 같이 설정합니다.
Host hostname
HostName IP_address
User user_name
IdentityFile ~/.ssh/key.pem
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
다음과 같이 설정합니다.
Host hostname
HostName IP_address
User user_name
IdentityFile ~/.ssh/key.pem
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
no
의 경우 무조건 서버에 연결합니다. /dev/null
의 경우 known_hosts에 영향을주지 않습니다. Youtube 동영상
【슈퍼 AWS 학습】VSCode 입문-하이브리드 무서워! (핸즈온)
Windows에서 설정하는 방법을 동영상으로했습니다.
Reference
이 문제에 관하여(Visual Studio Code 확장 Remote Development 구성 템플릿), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/miyabiz/items/c65ea61cdaf7bb75d90c
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(Visual Studio Code 확장 Remote Development 구성 템플릿), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/miyabiz/items/c65ea61cdaf7bb75d90c텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)