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
"OpenSSH for Windows" version
OpenSSH_for_Windows_7.7p1
Server OperatingSystem
Windows Server 2019 Datacenter
Client OperatingSystem
Windows Server 2019 Datacenter
What is failing
OpenSSH won't connect using a corporate AD user
Expected output
prompt on remote server
Actual output
Connection reset by 10.8.7.55 port 22
Local user, everything works fine:
ssh -l localwinuser vwazurevm.server.local
Are you sure you want to continue connecting (yes/no)? yes [email protected] C:\Users\localwinuser>
Only AD users can't connect:
ssh -l CORPDOMAIN\corpaduser vwazurevm.server.local
Connection reset by 10.8.7.55 port 22
ssh -l [email protected] vwazurevm.server.local
Connection reset by 10.8.7.55 port 22
The text was updated successfully, but these errors were encountered:
"OpenSSH for Windows" version
OpenSSH_for_Windows_7.7p1
Server OperatingSystem
Windows Server 2019 Datacenter
Client OperatingSystem
Windows Server 2019 Datacenter
What is failing
OpenSSH won't connect using a corporate AD user
Expected output
prompt on remote server
Actual output
Connection reset by 10.8.7.55 port 22
Local user, everything works fine:
ssh -l localwinuser vwazurevm.server.local
Are you sure you want to continue connecting (yes/no)? yes
[email protected] C:\Users\localwinuser>
Only AD users can't connect:
ssh -l CORPDOMAIN\corpaduser vwazurevm.server.local
Connection reset by 10.8.7.55 port 22
ssh -l [email protected] vwazurevm.server.local
Connection reset by 10.8.7.55 port 22
The text was updated successfully, but these errors were encountered: