From fdfa9a90322de6910c76711eee6e5ae5bf561c6a Mon Sep 17 00:00:00 2001 From: "jrayhawk+piny.be@omgwallhack.org" Date: Tue, 1 Feb 2011 22:51:29 -0800 Subject: Add SSH key management commands to pinyhelp --- pinyadmin/bin/pinyhelp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pinyadmin/bin/pinyhelp b/pinyadmin/bin/pinyhelp index 2ebee85..3a248d1 100755 --- a/pinyadmin/bin/pinyhelp +++ b/pinyadmin/bin/pinyhelp @@ -16,4 +16,8 @@ if [ -x /srv/rbin/addaccess ]; then echo "Add access to a repository for a user if [ -x /srv/rbin/rmaccess ]; then echo "Remove access to a repository for a user: rmaccess "; fi if [ -x /srv/rbin/newuser ]; then echo "Create a new user (interactive): newuser"; fi if [ -x /srv/rbin/passwd ]; then echo "Change your password (interactive): passwd"; fi +if [ -x /srv/rbin/writekeys ]; then echo "Write to SSH authorized_keys (stdin): writekeys"; fi +if [ -x /srv/rbin/appendkeys ]; then echo "Append to SSH authorized_keys (stdin): appendkeys"; fi +if [ -x /srv/rbin/readkeys ]; then echo "Read from SSH authorized_keys: readkeys"; fi + if [ -x /srv/rbin/pinyconfig ]; then echo "Change config variables for your repository: pinyconfig [value]"; fi -- cgit v1.2.3