From ab5f9b58ae740868cb09e92379ed41d30b9401ac Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Fri, 16 Jan 2015 08:25:40 -0500 Subject: MAN: amend sss_ssh_authorizedkeys Directive AuthorizedKeysCommand should be used in conjunction with AuthorizedKeysCommandUser. Reviewed-by: Jan Cholasta --- src/man/sss_ssh_authorizedkeys.1.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/man/sss_ssh_authorizedkeys.1.xml') diff --git a/src/man/sss_ssh_authorizedkeys.1.xml b/src/man/sss_ssh_authorizedkeys.1.xml index 16a66754a..acdde0c04 100644 --- a/src/man/sss_ssh_authorizedkeys.1.xml +++ b/src/man/sss_ssh_authorizedkeys.1.xml @@ -51,11 +51,12 @@ If AuthorizedKeysCommand is supported, sshd 8 can be configured to - use it by putting the following directive in + use it by putting the following directives in sshd_config 5: -AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys + AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys + AuthorizedKeysCommandUser nobody -- cgit