로딩
티스토리 데이터 처리 중입니다.

Using SSH on VS Code

 Using SSH on VS Code

update : 2024.04.23contents : 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# examplessh [email protected] -p PORT_NUM          reference : https://code.visualstudio.com/docs/remote/ssh#_getting-started Developing on Remot.....

원문 링크 : Using SSH on VS Code