forked from tildetown/town
minor
parent
44686ad536
commit
7255ee691e
|
@ -8,3 +8,4 @@ cmd/review/review
|
|||
cmd/welcome/welcome
|
||||
cmd/createkeyfile/createkeyfile
|
||||
cmd/registeruser/registeruser
|
||||
cmd/stats/stats
|
||||
|
|
|
@ -4,7 +4,7 @@ package main
|
|||
|
||||
The purpose of this command is to be run via sudo as an arbitrary user by the "help" user. It is invoked as part of the "i need to add a new public key" flow from "ssh help@tilde.town".
|
||||
|
||||
It's based on the createkeyfile helper and heavily copy pasta'd.
|
||||
It's based on the createkeyfile helper and heavily copy pasta'd. They should probably share code or be a single command but I wanted to keep things simple for now.
|
||||
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue