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
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
The text was updated successfully, but these errors were encountered:
When using remote register on a new machine, user gets the following error:
This can be fixed from the user's end with:
Suggestions:
The text was updated successfully, but these errors were encountered: