Skip to content
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

Better error messages for failed remote register #151

Open
2 tasks
hannahle opened this issue Sep 1, 2022 · 0 comments
Open
2 tasks

Better error messages for failed remote register #151

hannahle opened this issue Sep 1, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@hannahle
Copy link
Contributor

hannahle commented Sep 1, 2022

When using remote register on a new machine, user gets the following error:

Could not open a connection to your authentication agent.
[email protected]: Permission denied (publickey).
Unable to register workflow: Unable to establish a connection to remote docker host ssh://[email protected].

This can be fixed from the user's end with:

eval `ssh-add -s`
ssh-add

Suggestions:

  • Add error to Troubleshooting guide in Docs
  • Add link to guide in error message
@hannahle hannahle added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant