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

Win32-OpenSSH treats public key authentication as double-hop #1264

Closed
tylerapplebaum opened this issue Oct 4, 2018 · 1 comment
Closed

Comments

@tylerapplebaum
Copy link

"OpenSSH for Windows" version
7.7.2.0

Server OperatingSystem
Windows Server 2016 Datacenter

Client OperatingSystem
Windows 10 Enterprise

What is failing
When using public key authentication to authenticate to a domain-joined server, Active Directory treats this login as a double hop. Meaning, I cannot do things like import and use the ActiveDirectory module.

Things work fine when I use the AD authentication mechanism like:

ssh.exe adminusername@[email protected]

Treated as double hop with:

ssh.exe -i .\id_rsa adminusername@[email protected]

@bagajjal
Copy link
Collaborator

bagajjal commented Oct 4, 2018

Please have a look at this #139

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

3 participants