반응형
원격개발 두번째 단계)
VSCode 에서 Oracle Cloud Server에 Remtoe FTP 접속하기 (sftp)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
-- ######################################
-- VSCode 에서 Oracle Cloud FTP 접속 방법
-- ######################################
1. 방법 1] FileZilla Client 설치 & 실행
-. VScode FTP가 직관적이지 않아 파일질라 사용중
-. 로그온 유형 : 키 파일 설정
Edit > Settings > SFTP > Add Key File.. 에 *.ppk 파일 지정
-. 호스트 : Oracle Cloud Public IP
-. 사용자 : opc
-. 포트 : 22
2. 방법2] VScode 에서 sftp 확장 모듈 설치
-. sftp.json 설정
"name": "ip adress",
"host": "ip adress",
"protocol": "sftp",
"port": 22,
"username": "opc",
"remotePath": "/home/opc",
"uploadOnSave": false,
"passphrase":true,
"password": "123456789!@"
-. command : ssh -t opc@"ip adress" -p 22 -i "C:\Users\orakim\orakim2.key"
|
cs |
반응형
'[Programing] Python > VSCode' 카테고리의 다른 글
[VSCode] Visual Studio Code를 Portable로 사용 (0) | 2023.06.16 |
---|---|
[VSCode] Remote SSH 에서 Python 개발 환경 Setting (0) | 2022.12.07 |
[VSCode] Oracle Cloud SSH 접속 (0) | 2022.12.07 |
댓글