From 9bea4257c1468f165c9ffcbe9e549b2dc6e166a1 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Wed, 25 Oct 2023 03:52:54 +0000 Subject: [PATCH] notes --- .gitignore | 2 ++ cmd/help/main.go | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4f0b28e..15a5389 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ cmd/welcome/welcome cmd/createkeyfile/createkeyfile cmd/registeruser/registeruser cmd/stats/stats +cmd/appendkeyfile/appendkeyfile +cmd/help/help diff --git a/cmd/help/main.go b/cmd/help/main.go index 318aa13..6ec7294 100644 --- a/cmd/help/main.go +++ b/cmd/help/main.go @@ -274,11 +274,6 @@ func redeemCode(db *sql.DB, cs colorScheme, p *Prompter) error { return errors.New("adding to keys file failed") } - // TODO add help user - // TODO update sshd_config - // TODO update sudoers - // TODO compile appendkeyfile and add to /town/bin/ - err = code.MarkUsed(db) if err != nil { // TODO log err