Skip to content
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

Remote SSH: Agent forwarding doesn't work in terminal #81

Closed
jack-guy opened this issue May 3, 2019 · 1 comment
Closed

Remote SSH: Agent forwarding doesn't work in terminal #81

jack-guy opened this issue May 3, 2019 · 1 comment
Labels
ssh Issue in vscode-remote SSH

Comments

@jack-guy
Copy link

jack-guy commented May 3, 2019

  • VSCode Version: 1.34.0-insider
  • OS Version: Darwin x64 18.2.0

Steps to Reproduce:

  1. Specify a host with ForwardAgent yes in ssh config, e.g.
Host foo
	HostName bar
	User baz
	IdentityFile	~/.ssh/id_rsa
	ForwardAgent	yes
	UseKeychain	yes
	AddKeysToAgent	yes
  1. Open terminal,
$ ssh-add
Error connecting to agent: No such file or directory

Does this issue occur when all extensions are disabled?: N/A

@Tyriar Tyriar transferred this issue from microsoft/vscode May 3, 2019
@Tyriar Tyriar removed their assignment May 3, 2019
@Tyriar Tyriar added the ssh Issue in vscode-remote SSH label May 3, 2019
@jack-guy
Copy link
Author

jack-guy commented May 3, 2019

In filing this issue to the vscode project I missed #16. This issue is a duplicate, closing.

@jack-guy jack-guy closed this as completed May 3, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ssh Issue in vscode-remote SSH
Projects
None yet
Development

No branches or pull requests

2 participants