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

SSH Agent forwarding does not work #131

Open
xl32 opened this issue Mar 4, 2024 · 0 comments
Open

SSH Agent forwarding does not work #131

xl32 opened this issue Mar 4, 2024 · 0 comments

Comments

@xl32
Copy link

xl32 commented Mar 4, 2024

I have Pageant on Windows host, that works fine with PuTTY on workstation A. When I connect using SSH2, it works with ssh 2 client on Linux host B connecting to Linux host C.
I clearly see that $SSH_AUTH_SOCK is exposed on host B:

b.example.com $ echo $SSH_AUTH_SOCK
/tmp/ssh-XXXXekFLue/agent.3841213

when I'm trying to connect to Linux host C from B, ssh3 -v user@c.example.com/ssh3-term I see 5:50PM ERR could not dial c.example.com:444/ssh3-term: no suitable identity found.

At the same time ssh2 ssh user@c.example.com connects as expected.

Please advise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant