Open matuck opened 2 years ago
I don't know the answer to this one..... but maybe we can help figure it out.
Does it work with just "ansible-playbook....." Does it work with "ansible-navigator --ee false"
I'm trying to figure out if this is an execution environment issue...
This works as an ansible playbook. It also works if i do --ee false
@matuck You need need to find what are the special requirements from yubi for making this work as the code runs from inside a containers.
For example we know that ssh-agent works and that is the "official" way to get access to the ssh keys.
Without more detailed information regarding what we might need to do to make it work, we will have to close it as not-supported use case.
I would first attempt to make your custom SSH work with a random container. If you make it work from within a container, we will likely be able to to fix it.
ISSUE TYPE
SUMMARY
How would you go about using a yubikey to authenticate for ssh. The yubikey never prompts for pinentry or the button never starts flashing to signal that it needs to connect.