Replies: 3 comments 10 replies
-
Thanks! I will take a look into this and will keep you posted 👍 |
Beta Was this translation helpful? Give feedback.
-
I finally had a chance to take a look into this. I am mounting the entire .ssh folder here: Lines 701 to 708 in 62c26d4 I'm assuming this should include the Is it something with Linux not being able to interpret the 1password integration? We're running Ansible & SSH from within the Ansible container (not macOS) |
Beta Was this translation helpful? Give feedback.
-
Jay got it resolved, check out the solution here: https://serversideup.net/how-to-get-ssh-to-work-with-1password-docker-desktop-macos-within-a-container/ |
Beta Was this translation helpful? Give feedback.
-
It would be nice if the user's ssh config would be mounted as well by default when running the provision command. And perhaps pass it by default. Typically the ssh config file is located at
~/.ssh/config
.Currently you can only pass a config file by copying the ssh config file manually, add it to the root of the project and run
spin provision -u root --ssh-extra-args='-F config'
By mounting/passing the ssh config file support can be added for custom ssh agents which can be configured through the ssh config file, like 1Password's ssh agent.
Beta Was this translation helpful? Give feedback.
All reactions