diff --git a/.gitignore b/.gitignore index f6efa6d..4f0b28e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ cmd/review/review cmd/welcome/welcome cmd/createkeyfile/createkeyfile cmd/registeruser/registeruser +cmd/stats/stats diff --git a/cmd/appendkeyfile/main.go b/cmd/appendkeyfile/main.go index b600ab9..85bddd5 100644 --- a/cmd/appendkeyfile/main.go +++ b/cmd/appendkeyfile/main.go @@ -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. */