-
-
Notifications
You must be signed in to change notification settings - Fork 63
SSH authentication fails #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you have the |
Yup that is set by
|
It could be a number of things:
|
Just tried this again and it just worked fine - without any changes. So maybe I did mess up the ssh-agent part earlier, not sure. Thanks for the pointers @zimbatm . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello! First off, thank you for the project!
I'm not too familiar with Terraform so maybe I'm doing something dumb. I've essentially copied
example
to another directory and modified thedeploy_nixos.tf
file.Previous to the I ran
eval "$(ssh-agent -s)"
andssh-add ~/.ssh/id_rsa
.If I manually try to SSH I get the same authentication error. I've mounted the disk on another instance and inspecting
/root
shows no.ssh
directory:The text was updated successfully, but these errors were encountered: