After moved a website from one AWS ubuntu EC2 instance to a another AWS ubuntu ECS instance I wanted to make some quick modifications to some python code there.
Using VS Code, I created a new host in my C:\users\Administrator\.ssh\config file using the same format as my previously working host config:
HostName XX.XXX.XX.XXX
User ubuntu
IdentityFile "C:/Users/Administrator/Documents/Projects/TTS/key_that_works_with_putty.ppk"
- puTTYgen
- Load
- point to key_that_works_with_putty.ppk
- Conversions | Export OpenSSH key
- Call the new key something like key_that_works_OpenSSH_style.ppk
- Modify VS Code host entry IdentityFile to point to new key.




