DEV Community

Discussion on: SSH to an EC2 instance from VS Code

Collapse
 
ydekel6 profile image
ydekel6 • Edited

my computer uses windows. should I insert in IdentityFile the full path including c:/? also, should I use the .pem or .ppk file?
I keep getting the following error:
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
[18:37:12.028] > The process tried to write to a nonexistent pipe.
[18:37:12.341] "install" terminal command done
[18:37:12.342] Install terminal quit with output: The process tried to write to a nonexistent pipe.
[18:37:12.342] Received install output: The process tried to write to a nonexistent pipe.
[18:37:12.343] Resolver error: The process tried to write to a nonexistent pipe

Collapse
 
efleurine profile image
Emmanuel

did you ever solved it?

Collapse
 
gcrumpley profile image
Guy Crumpley

You just need to enter the full path IN QUOTES using the normal backslashes. :)