From 330c0c8ec5161f50700d9bf5a244cd4b5aa1a8d3 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Thu, 31 May 2018 10:56:10 -0700 Subject: [PATCH] Updated Certificate Authentication (markdown) --- Certificate-Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Certificate-Authentication.md b/Certificate-Authentication.md index 6c8bce3..cb45e3d 100644 --- a/Certificate-Authentication.md +++ b/Certificate-Authentication.md @@ -4,7 +4,7 @@ - Register above key as trusted CA for sshd. Add following entry in sshd_config - `TrustedUserCAKeys ca_userkeys.pub` - Path above is relative to sshd binaries directory. Absolute path is recommended to avoid confusion -- Check out [#1055](https://github.com/PowerShell/Win32-OpenSSH/issues/1055) for considerations while working with domain accounts. +- Prior to v7.7.0.0, check out [#1055](https://github.com/PowerShell/Win32-OpenSSH/issues/1055) for considerations while working with domain accounts. At this point, server can accept any user certificates signed using ca_userkeys and there is no need to explicitly map user keys in authorized_keys