-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update OpenSSH_Server_Configuration.md #6635
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
base: main
Are you sure you want to change the base?
Conversation
GSSAPIAuthentication was added with *OpenSSH for Windows 8.1* which came in “2021-05 Cumulative Update for Windows 10” (KB5003173), which is available for Windows 10 Version 20H1 or newer. Source: PowerShell/Win32-OpenSSH#1693 GSSAPIAuthentication only supports Kerberos (i.e., not SPNEGO or NTLM authentication), so it is useful to mention Kerberos explicitly here. Source: PowerShell/Win32-OpenSSH#1295
@mgkuhn : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, add a #label:"aq-pr-triaged" |
#assign: @robinharwood, @Xelu86 |
@mgkuhn : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
1 similar comment
@mgkuhn : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
2/20/2025 PM Publish
GSSAPIAuthentication was added with OpenSSH for Windows 8.1 which came in “2021-05 Cumulative Update for Windows 10” (KB5003173), which is available for Windows 10 Version 20H1 or newer.
Source: PowerShell/Win32-OpenSSH#1693
GSSAPIAuthentication only supports Kerberos (i.e., not SPNEGO or NTLM authentication), so it is useful to mention Kerberos explicitly here.
Source: PowerShell/Win32-OpenSSH#1295