[openssh/f18] minor change in HOWTO.ssh-keycat - s/AuthorizedKeysCommandRunAs/AuthorizedKeysCommandUser/

plautrba plautrba at fedoraproject.org
Mon Dec 9 10:26:03 UTC 2013


commit 6ca2f775e1d2f8bdf86d044c476c11ab9d45f345
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Mon Nov 25 15:40:42 2013 +0100

    minor change in HOWTO.ssh-keycat - s/AuthorizedKeysCommandRunAs/AuthorizedKeysCommandUser/

 openssh-5.9p1-keycat.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openssh-5.9p1-keycat.patch b/openssh-5.9p1-keycat.patch
index 1630c39..d517757 100644
--- a/openssh-5.9p1-keycat.patch
+++ b/openssh-5.9p1-keycat.patch
@@ -26,7 +26,7 @@ diff -up openssh-6.1p1/HOWTO.ssh-keycat.keycat openssh-6.1p1/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


More information about the scm-commits mailing list