to connect to remote machine from the VSCODE

PHOTO EMBED

Mon Aug 22 2022 14:31:01 GMT+0000 (Coordinated Universal Time)

Saved by @irfan309 #apache-spark #vs-code #ssh #ssh-from-vs-code

Host My-Application-Name-or-project-name
    HostName XX.XXX.XXX.XX
    User ubuntu   # user name of machine to login/ssh
    IdentityFile C:\Users\JOHN\.ssh\mykeypair.pem
content_copyCOPY

this snippet we have to put in .ssh file on local machine to connect to remote machine for development of applications