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 currently in the process of configuring a sensor to utilize Git as its trigger source. However, I've run into an obstacle where I'm encountering the error message 'SSH agent requested but SSH_AUTH_SOCK not-specified.' Despite carefully verifying the SSH keys and the known_hosts file in accordance with the provided documentation, I'm still facing this issue.
To provide some context, the Git source originates from Azure DevOps. The versions of the tools I'm using are as follows:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently in the process of configuring a sensor to utilize Git as its trigger source. However, I've run into an obstacle where I'm encountering the error message 'SSH agent requested but SSH_AUTH_SOCK not-specified.' Despite carefully verifying the SSH keys and the known_hosts file in accordance with the provided documentation, I'm still facing this issue.
To provide some context, the Git source originates from Azure DevOps. The versions of the tools I'm using are as follows:
Argo Events: 2.4.0
Argo Workflows: 0.32.2
ArgoCD: v2.7.10
For reference, here's a snippet of the sensor.yaml configuration file I'm working with:
Tried both options by passing the ssh key and as well as the username and password
I would greatly appreciate any insights or guidance on resolving this SSH authentication error and successfully setting up the sensor.
Beta Was this translation helpful? Give feedback.
All reactions