From c98a36550063f74da49f002e2fc8469bbf69faad Mon Sep 17 00:00:00 2001 From: zeripath Date: Tue, 17 Dec 2019 01:49:07 +0000 Subject: [PATCH] AuthorizedKeysCommand should not query db directly (#9371) * AuthorizedKeysCommand should not query db directly * Update routers/private/internal.go * Fix import order --- doc/usage/command-line.en-us.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/usage/command-line.en-us.md b/doc/usage/command-line.en-us.md index 6b0cfae3..0f7b4f61 100644 --- a/doc/usage/command-line.en-us.md +++ b/doc/usage/command-line.en-us.md @@ -281,6 +281,7 @@ provided key. You should also set the value NB: opensshd requires the gitea program to be owned by root and not writable by group or others. The program must be specified by an absolute path. +NB: Gitea must be running for this command to succeed. #### migrate Migrates the database. This command can be used to run other commands before starting the server for the first time.