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

plautrba plautrba at fedoraproject.org
Mon Dec 9 10:19:40 UTC 2013


commit de69b66ff7e05034c5dfce12b57a8b7bd051de52
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.2p1-keycat.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openssh-6.2p1-keycat.patch b/openssh-6.2p1-keycat.patch
index 41770b3..7ad81a1 100644
--- a/openssh-6.2p1-keycat.patch
+++ b/openssh-6.2p1-keycat.patch
@@ -26,7 +26,7 @@ diff -up openssh-6.2p1/HOWTO.ssh-keycat.keycat openssh-6.2p1/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