티스토리 뷰

프로그래밍/ETC

[VSCODE] 원격지서버 설정

차고차곡 2021. 3. 20. 00:52

1. command palette

 

2. Remote ssh add 설정

 

3. 원격지 정보 입력

- ssh centos@xxxx.xxxx.xxxx

- config 설정

Host [IP]
  HostName [HostName]
  User [UserName]
  IdentityFile [인증키.pem]

 

4. Remote ssh connect to host 설정

- 원격지 정보에서 설정한 config 설정내역의 호스트 내역으로 연결하여 사용 

 

댓글