Closed mgood7123 closed 3 years ago
Hello @mgood7123. Thank you for your report. We will take a look.
this is fixed by doing
mkdir ~/.ssh || true
ssh-keyscan github.com 2>&1 >> ~/.ssh/known_hosts
Hello @mgood7123. I'm going to close this issue since no action from image side is required. In case of any questions feel free to contact us.
Hello @mgood7123. I'm going to close this issue since no action from image side is required. In case of any questions feel free to contact us.
Maybe you could add github to the list of allowed hosts in the images?
Description
on windows i get Host key verification failed. for testing ssh to github
i am not sure why this is happening but it is preventing me from using my ssh key in windows
Virtual environments affected
Image version and build link
Environment: windows-2019 Version: 20210628.1
https://github.com/mgood7123/prebuilder/runs/2972861979
Is it regression?
No response
Expected behavior
Host key verification succeeds
Actual behavior
Repro steps