Updated Certificate Authentication (markdown)

Manoj Ampalam 2018-02-02 08:58:05 -08:00
parent 6102728ad4
commit 3ad1638f29
1 changed files with 1 additions and 0 deletions

@ -4,6 +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.
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