From 8f439b3006d60da7d91d7fa6b3413c8f2dd00120 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Nov 25 2013 14:40:42 +0000 Subject: minor change in HOWTO.ssh-keycat - s/AuthorizedKeysCommandRunAs/AuthorizedKeysCommandUser/ --- diff --git a/openssh-6.3p1-keycat.patch b/openssh-6.3p1-keycat.patch index 90cfb7e..6105d09 100644 --- a/openssh-6.3p1-keycat.patch +++ b/openssh-6.3p1-keycat.patch @@ -8,7 +8,7 @@ diff -up openssh-6.3p1/HOWTO.ssh-keycat.keycat openssh-6.3p1/HOWTO.ssh-keycat + +To use ssh-keycat, set these options in /etc/ssh/sshd_config file: + AuthorizedKeysCommand /usr/libexec/openssh/ssh-keycat -+ AuthorizedKeysCommandRunAs root ++ AuthorizedKeysCommandUser root + +Do not forget to enable public key authentication: + PubkeyAuthentication yes