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
Trying to use onlykey-agent with ansible to manage multiple hosts in parallel or even serialy :
the agent requires pin chalenge for each host, thus making mass ssh impossible.
I suggess to add a feature to "unlock the ssh key" until a command has ended :
onlykey-agent identity@host --unlock-until-finished -- ansible-playbook play.yml
Enter the 3 digit challenge code on OnlyKey to authorize identity@host
..
ansible runs via ssh on host1
ansible runs via ssh on host2
...
basically this means having to enter the challenge once per command, not per host.
The text was updated successfully, but these errors were encountered:
euidzero
changed the title
Feature request : allow unattented ssh connection until a command is finished
Feature request : allow unattented ssh connection until a command has finished
May 31, 2022
This won't be working when managing more than a few severs at a time..think
hundreds or thousands of hosts to SSH to.
Le jeu. 2 juin 2022 à 17:00, onlykey ***@***.***> a écrit :
Trying to use onlykey-agent with ansible to manage multiple hosts in parallel or even serialy :
the agent requires pin chalenge for each host, thus making mass ssh impossible.
I suggess to add a feature to "unlock the ssh key" until a command has ended :
basically this means having to enter the challenge once per command, not per host.
The text was updated successfully, but these errors were encountered: