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
Raising case from discussion with @jay7x in community
Use Case
If your ssh key requires confirmation on every use and you have no ControlPersist in your ssh config you may see a lot of key usage confirmations during a simple task execution. I'd say it's not that obvious that Bolt does THAT many ssh connections.
Describe the Solution You Would Like
Test can use “ssh-add -c $key” to add a key to your ssh agent. This might require some dancing around ssh-agent to make it able to show a confirmation (ssh-askpass is required and also DISPLAY should be available for ssh agent on Linux)
Describe Alternatives You've Considered
ControlPersist in your ssh config
The text was updated successfully, but these errors were encountered:
Raising case from discussion with @jay7x in community
Use Case
If your ssh key requires confirmation on every use and you have no ControlPersist in your ssh config you may see a lot of key usage confirmations during a simple task execution. I'd say it's not that obvious that Bolt does THAT many ssh connections.
Describe the Solution You Would Like
Test can use “ssh-add -c $key” to add a key to your ssh agent. This might require some dancing around ssh-agent to make it able to show a confirmation (ssh-askpass is required and also DISPLAY should be available for ssh agent on Linux)
Describe Alternatives You've Considered
ControlPersist in your ssh config
The text was updated successfully, but these errors were encountered: