You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on adding Microsoft Azure support for this project and am running in to an SSH issue that I can't seem to figure out. Upon attempting to SSH into a VM created from this image, the server fails to accept my key. I generated the cert/key with openssl as follows:
The public cert subsequently gets uploaded via the Azure portal and placed in ~/.ssh/authorized_keys.
This issue doesn't seem to be related to packer-azure since I'm able to SSH into an image that's created without any Packer provisioners. This only seems to occur after the Chef recipe is applied via the chef-solo provisioner.
The text was updated successfully, but these errors were encountered:
I'm having the exact same problem, used Cygwin to create the key, fed it into Puttygen, used the saved key with Putty, and I'm getting the same error message
I'm working on adding Microsoft Azure support for this project and am running in to an SSH issue that I can't seem to figure out. Upon attempting to SSH into a VM created from this image, the server fails to accept my key. I generated the cert/key with openssl as follows:
The public cert subsequently gets uploaded via the Azure portal and placed in
~/.ssh/authorized_keys
.This issue doesn't seem to be related to packer-azure since I'm able to SSH into an image that's created without any Packer provisioners. This only seems to occur after the Chef recipe is applied via the chef-solo provisioner.
The text was updated successfully, but these errors were encountered: