diff options
-rw-r--r-- | architecture/needed_user_facing_infrastructure.mdwn | 2 | ||||
-rwxr-xr-x | usr/src/pinyadmin/bin/readkeys (renamed from usr/src/pinyadmin/bin/readkey) | 0 | ||||
-rwxr-xr-x | usr/src/pinyadmin/bin/writekeys (renamed from usr/src/pinyadmin/bin/writekey) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/architecture/needed_user_facing_infrastructure.mdwn b/architecture/needed_user_facing_infrastructure.mdwn index 8c5e431..ad90d45 100644 --- a/architecture/needed_user_facing_infrastructure.mdwn +++ b/architecture/needed_user_facing_infrastructure.mdwn @@ -9,7 +9,7 @@ password modification |DONE: /srv/rbin/passwd |TODO: Authen::PAM chauthtok repo creation, deletion |DONE: /srv/rbin/newrepo, rmrepo, lsrepo |TODO: CGI frontend repo user management |DONE: /srv/rbin/addaccess, rmaccess, lsaccess |TODO: CGI frontend [[mailing list addition|mail]] |TODO: /srv/rbin/addlist, dependent on getting sympa up |TODO: CGI frontend -authorized_keys modification |DONE: /srv/rbin/readkey, writekey |TODO: CGI frontend, though i am not convinced anyone would care +authorized_keys modification |DONE: /srv/rbin/readkeys, writekeys |TODO: CGI frontend, though i am not convinced anyone would care disable password auth if ssh key|TODO |Ha ha NEVER config tweaking |TODO: /srv/rbin/chrepo...? |TODO: CGI frontend commit access |DONE: git+ssh://piny.be/srv/git/whatever.git |DONE: Ikiwiki+mod-auth-sys-group/mod-auth-pam, though I am told there is a magic hook to allow public editing through git:// diff --git a/usr/src/pinyadmin/bin/readkey b/usr/src/pinyadmin/bin/readkeys index 745bd8d..745bd8d 100755 --- a/usr/src/pinyadmin/bin/readkey +++ b/usr/src/pinyadmin/bin/readkeys diff --git a/usr/src/pinyadmin/bin/writekey b/usr/src/pinyadmin/bin/writekeys index 61a7760..61a7760 100755 --- a/usr/src/pinyadmin/bin/writekey +++ b/usr/src/pinyadmin/bin/writekeys |