Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoVisual Studio Code remote development server and 1Password ssh config
On macOS, I have 1Password 8 installed and 1Password 8 CLI v2.
I have git installed.
I have Docker desktop installed.
I'm using visual studio code with the remote development extension. http...
Former Member
3 years agoI was in the same situation as @abracadabra, but I managed to fix it by configuring SSH_AUTH_SOCK globally for every client.
Now that I have access to my local SSH keys inside of my remote container, I face one last issue.
When I try to clone, for instance, using SSH, I'm stuck at "Cloning into 'folder'...". Locally, it'd prompt me for my fingerprint, using Touch ID, but in the container it doesn't do anything. Same thing if I try a "ssh -T git@something.github.com", when i have a something.github.com host configured in my ~/.ssh/config file.
I tried to uncheck Touch ID in 1password settings, to no avail... Might have nothing to do with this.
Do you have any clue floris_1P?