본문 바로가기

Computer/Programing

VS CODE

VISUAL STUDIO CODE = VS CODE

 

SSH Extension installation

  1. Extensions
  2. Install Remote-SSH
  3. the, you can see >< symbol on the left down area, click it
  4. Click Remote-SSH : Connect to Host
  5. Click + Add new SSH host 
  6. Enter "ssh username@ip.com -A"
    "-A" option is important, this option is 'ForwardAgent yes' option in setting file
  7. Select the area where setting file to be updated
  8. Click >< symbol once again and connect to the host that just created

SHOW Folder 

  1. Click Explore button 
  2. Click Open Folder button
  3. Seletc area to edit and click OK button
  4. Not  you can see the folder on the left panel

 

SHOW TERMINAL

  1. click >< symbole
  2. click Remote-SSH : Show log
  3. then you can see OUTPUT log in the bottom screen
  4. click TERMINAL
  5. then you can input commands in CLI

 

 

 

ssh-keygen -t rsa -b 4096  

ssh key file to be saved in home directory's ./ssh folder