-
Notifications
You must be signed in to change notification settings - Fork 823
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 Forward Agent not working #815
Comments
Are you able to SSH into your server? There are some issues with firewalls and inbound connections. (Some conversations around inbound traffic on #722 but no real solution yet). I have not set up agent forwarding myself, but it's a likely first issue. From the github Using SSH Agent Forwarding page:
|
Hi,
Also tried to add "ForwardAgent yes" into my .ssh/config file but same result. With putty and agent forwarding activated, that test works very well. I tried another way which seems to work : when I use the ssh-add command on bash on windows : I hope it will help you. I don't exclude a problem in my config but I don't see what's wrong. |
If you need help with ssh check out my blog it gives you all the ins and outs. |
So, after some changes in local ssh configs, and automaticly adding ssh keys on bash on windows start, ssh agent forwarding works. Thanks to everyone! |
Just in case anybody ends up here and finds that his problem is not resolved I would request you to refer the following related gist Windows 10 Linux Subsystem SSH-agent issues Thanks. |
I'm setup ssh keys on bash on windows, like it works for me earlier on ubuntu. I use forward agent feature to access to git repos on server:
Then I'm try execute
ssh -T git@github.com
on server and get this message:Instead of welcome message from github, like it works on local machine
The text was updated successfully, but these errors were encountered: