Computer/Docker, Linux

Using SSH on VS Code

klue 2024. 4. 24. 02:48
반응형

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

 

Developing on Remote Machines using SSH and Visual Studio Code

Developing on Remote Machines or VMs using Visual Studio Code Remote Development and SSH

code.visualstudio.com

 

 

 

반응형