Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 155 Bytes

Readme.md

File metadata and controls

4 lines (4 loc) · 155 Bytes

ssh into instance, while exposing remote port for remote VS Code

ssh -i {path-to-keyfile}.pem -R 52698:localhost:52698 {Username}@{instance-ip}