From 02b52fa7cf4cb410435abf39a1e58ce663df6b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= Date: Sat, 1 Oct 2016 20:53:44 +0200 Subject: [PATCH] Add AuthorizedKeysCommand support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- openssh/files/sshd_config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openssh/files/sshd_config b/openssh/files/sshd_config index 471e031..a45f9b9 100644 --- a/openssh/files/sshd_config +++ b/openssh/files/sshd_config @@ -81,6 +81,8 @@ {{ option_default_uncommented('RSAAuthentication', 'yes') }} {{ option_default_uncommented('PubkeyAuthentication', 'yes') }} {{ option('AuthorizedKeysFile', '%h/.ssh/authorized_keys') }} +{{ option('AuthorizedKeysCommand', 'none') }} +{{ option('AuthorizedKeysCommandUser', 'nobody') }} # Don't read the user's ~/.rhosts and ~/.shosts files {{ option_default_uncommented('IgnoreRhosts', 'yes') }}