728x90
Ctrl + Shift + P
ssh 검색
Open SSH Configuration File 클릭
config 파일을 열어서 아래 형식대로 입력
Host [화면표시 이름]
HostName [ip 주소]
User [계정명]
Port [port number]
IdentityFile [key location]
22번 port이면 생략가능하다 (IdentityFile도 생략이 가능)
다시 Ctrl + Shift + P 연 다음 ssh 검색
Connect to Host 클릭
gitlab ssh key 생성 command
ssh-keygen -t rsa -C "gitlab.ymtech" -b 4096
https://mj-youn.github.io/git-ssh-key-%EC%82%AC%EC%9A%A9-%EB%B0%A9%EB%B2%95
SSH key를 사용하여 git 인증을하는 방법 (gitlab)
Why ??
mj-youn.github.io
다시 config 들어가서
IdentityFile 에 key 경로 입력
[VSCode] 📀 .git 파일 및 숨김 처리된 파일 및 폴더를 VSCode에서 보이게 만드는 법.
목차 VsCode에서는 원래 .git 등의 여러 파일들을 보이지 않게 설정되어 있다. 그러나 이 파일을 VsCode에서 보고 싶다면 다음과 같이 설정하면 된다. 설정 화면 진입 기본 설정에서 설정 항목을 클릭
light9639.tistory.com
728x90
'etc > 환경설정' 카테고리의 다른 글
Tensorflow GPU 삽질 및 해결방법 / Linux Tensorflow 설치 완벽가이드 (0) | 2025.09.22 |
---|---|
[GIT] Linux 환경에서 GIT 설치 (0) | 2025.09.05 |
VSC Bash 터미널 세팅 (1) | 2024.07.23 |
[Python] 맥북에 Jupyter notebook, anaconda(miniconda)설치 (0) | 2023.06.05 |
[Pytorch] 맥북에 Pytorch 설치 (0) | 2023.06.05 |