-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Agent refused operation when launching multiple requests #532
Comments
I think the github ci/cd job failed on this one. Adding a comment to try and get it to run again. |
Same issue here -- Can recreate on >= 2.4.0 with something like that tries three concurrent SSH connections -- In this example, only the last server (server3) connects. This same command works fine on 2.3.1
|
Experiencing the same issue. This used to work however. I recall being able to log in using csshX followed by endless finger tapping on the sensor due to the many sessions I was opening. I can't pinpoint the version that changed this behaviour however. It feels like a bit under one year orso. |
It works under 2.3.1 for me, upgrading past that breaks it |
So probably these two commits were the cause: |
When attempting to use an app like csshX to launch SSH connections to multiple hosts at once only one of the connections is allowed to request access to the agent at a time, the rest are denied and present the below error. I have confirmed it happens in both 2.4.1 as well as 2.4.0. Downgrading to 2.3.1 restores ablility to use csshX to launch multiple connections again.
"sign_and_send_pubkey: signing failed for ECDSA "ecdsa-sha2-nistp256" from agent: agent refused operation"
The text was updated successfully, but these errors were encountered: