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

plautrba plautrba at fedoraproject.org
Mon Nov 25 14:41:47 UTC 2013


commit 8f439b3006d60da7d91d7fa6b3413c8f2dd00120
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-6.3p1-keycat.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list