VISUAL STUDIO CODE = VS CODE
SSH Extension installation
- Extensions
- Install Remote-SSH
- the, you can see >< symbol on the left down area, click it
- Click Remote-SSH : Connect to Host
- Click + Add new SSH host
- Enter "ssh username@ip.com -A"
"-A" option is important, this option is 'ForwardAgent yes' option in setting file - Select the area where setting file to be updated
- Click >< symbol once again and connect to the host that just created
SHOW Folder
- Click Explore button
- Click Open Folder button
- Seletc area to edit and click OK button
- Not you can see the folder on the left panel
SHOW TERMINAL
- click >< symbole
- click Remote-SSH : Show log
- then you can see OUTPUT log in the bottom screen
- click TERMINAL
- 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
'Computer > Programing' 카테고리의 다른 글
Windows cd-key finder by VBS (0) | 2021.08.24 |
---|---|
MiTemp2 Read and write to SQL (0) | 2021.08.11 |
Send image file to Telegram (0) | 2019.03.18 |
Clien login python 클리앙 로그인 파이썬 (0) | 2019.02.07 |
Python data structure 파이썬 자료구조 (0) | 2019.02.07 |
Python load json from web (0) | 2019.02.07 |
Telegram URL 이용하여 문자 보내는법 (0) | 2019.02.07 |
Python 실행값을 PHP로 불러오기 (0) | 2019.02.07 |