반응형
update : 2024.04.23
contents : Using SSH on VS Code
1. Install Remote-SSH of extenstions
2. Press Ctrl+Shift+P
3. Connect with SSH
# Remote-SSH: Get Started with SSH
# Connect the previous SSH connection
# Remote-SSH: Add New SSH host
# example
ssh ROOT@EXAMPLE.COM -p PORT_NUM
reference : https://code.visualstudio.com/docs/remote/ssh#_getting-started
반응형
'Setting > Linux Development' 카테고리의 다른 글
[xv6-riscv] riscv64-unknown-elf-gdb 경로 에러 해결 방법 (6) | 2024.09.09 |
---|---|
[RunPod] 에서 원하는 이미지로 서버 (Pod) 만들기 (+Eng) (0) | 2024.05.04 |
[RunPod] 에서 scp를 사용하여 파일 다운로드 / 업로드 (Kor) (0) | 2024.05.01 |
[RunPod] Use scp on RunPod (Eng) (0) | 2024.05.01 |
[VS Code] 에서 ssh 원격 접속 방법 (Kor) (0) | 2024.04.27 |