Thank you so much for this idea. I had exactly this problem and this works great for me.
I told the rest of the team about it, and some users had issues.
The problem was ... when they have a passcode on their id_rsa the service stalls. In the logs you can see it is stuck failing to get the passcode from tty.
Locally using ssh to talk to the server the users don't need to enter a passcode, so it must be in the local keychain, but not visible to the docker container.
Any thoughts on how to solve this?
Cheers
Nigel
Thank you so much for this idea. I had exactly this problem and this works great for me.
I told the rest of the team about it, and some users had issues.
The problem was ... when they have a passcode on their id_rsa the service stalls. In the logs you can see it is stuck failing to get the passcode from tty.
Locally using
sshto talk to the server the users don't need to enter a passcode, so it must be in the local keychain, but not visible to the docker container.Any thoughts on how to solve this?
Cheers
Nigel