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

Update OpenSSH_Server_Configuration.md #6635

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ scp with chroot, by implementing a custom shell that would only allow scp and sf

### GSSAPIAuthentication

The `GSSAPIAuthentication` configuration argument specifies whether GSSAPI based user authentication is allowed. The
The `GSSAPIAuthentication` configuration argument specifies whether GSSAPI (Kerberos) based user authentication is allowed. The
default for `GSSAPIAuthentication` is no.

GSSAPI authentication also requires the use of the `-K` switch specifying the hostname when using
Expand All @@ -152,7 +152,7 @@ Host SERVER01.contoso.com
```

> [!IMPORTANT]
> GSSAPI is only available starting in Windows Server 2022, Windows 11, and Windows 10 xxxx.
> GSSAPI is only available starting in Windows Server 2022, Windows 11, and Windows 10 (May 2021 Update).
### HostKey

Expand Down