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
I did a fresh install of windows 10 and joined it to the domain zippysoft.us. This domain only exists as an AzureAD tenant it lacks:
domain controllers
AD connect
Azure Domain Services
I tried ssh localhost and got sshd: fatal: ga_init, unable to resolve user azuread\\justindearing in the opsnssh admin logs.
I tried ssh -l [email protected] localhost and got sshd: Failed password for invalid user [email protected] from ::1 port 50634 ssh2 in the operationj logs
Creating a user with nety user /add allowed me to ssh just fine as a locak user
Please answer the following
"OpenSSH for Windows" version ((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)
7.7.2.3
Server OperatingSystem ((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)
Windows 10 pro
Client OperatingSystem
Windows 10 pro
What is failing
I can't ssh in az an azureAd user
Expected output
A ssh session
Actual output
Not an ssh session
The text was updated successfully, but these errors were encountered:
I'm hoping this is a special case of #1053
Troubleshooting steps
I did a fresh install of windows 10 and joined it to the domain zippysoft.us. This domain only exists as an AzureAD tenant it lacks:
I tried
ssh localhost
and gotsshd: fatal: ga_init, unable to resolve user azuread\\justindearing
in the opsnssh admin logs.I tried
ssh -l [email protected] localhost
and gotsshd: Failed password for invalid user [email protected] from ::1 port 50634 ssh2
in the operationj logsCreating a user with
nety user /add
allowed me to ssh just fine as a locak userPlease answer the following
"OpenSSH for Windows" version
((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)
7.7.2.3
Server OperatingSystem
((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)
Windows 10 pro
Client OperatingSystem
Windows 10 pro
What is failing
I can't ssh in az an azureAd user
Expected output
A ssh session
Actual output
Not an ssh session
The text was updated successfully, but these errors were encountered: