diff --git a/WindowsServerDocs/administration/OpenSSH/OpenSSH_Server_Configuration.md b/WindowsServerDocs/administration/OpenSSH/OpenSSH_Server_Configuration.md index 4b464d0082..35462a07e7 100644 --- a/WindowsServerDocs/administration/OpenSSH/OpenSSH_Server_Configuration.md +++ b/WindowsServerDocs/administration/OpenSSH/OpenSSH_Server_Configuration.md @@ -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 @@ -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