You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
"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]
The text was updated successfully, but these errors were encountered: