-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSH Agent Forwarding not working with Remote SSH on MacOS #2671
Comments
SSH log (with some personal details scrubbed). It appears that sshAuthSock is not getting picked up somehow, despite echo $SSH_AUTH_SOCK being perfectly valid when I run it from the vs code terminal when not connected to a remote host
|
Can you run this and check the result? |
I'm having the same problem. Versions
Steps to reproduce:
NotesRunning @roblourens command locally gives me
Also my
WorkaroundIf I use
to set |
I have the same issue when trying to establish SSH connection with a remote server to dev. I am using Secretive which requires to add an System: MacOS Catalina 10.15.5
|
Do you know how ssh interfaces with Secretive, if not through the ssh agent? |
If I understand your question correctly, I think it functions as an SSH forward agent. I was reading through the sekey documentation, the project on top of which secretive has been built, and I tried something new. In the So I guess, in order to specify an identity agent for ssh, you either export the env variable in the terminal session before you run Irrelevant to VS question: What's the difference of IdentityAgent and ForwardAgent? |
ForwardAgent makes the agent accessible from the remote ssh session. |
Steps to Reproduce:
Does this issue occur when you try this locally?: N/A
Does this issue occur when you try this locally and all extensions are disabled?: N/A
The text was updated successfully, but these errors were encountered: