From 5b1f545578f418204b3ddf71a8fb990118d6cc65 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 21 Jan 2022 09:32:01 -0300 Subject: [PATCH] docs: improve docs about keyless auth (#66) * docs: improve docs about keyless auth Signed-off-by: Carlos A Becker * docs: improve Signed-off-by: Carlos A Becker --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2734e35fb36d3ae48b7177229e2ddf096335563f..d5334f94b8dc121a3744768ba52b7aeb2af9dc3a 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,8 @@ The `config` repo is publicly writable by default, so be sure to setup your access as desired. You can also set the `SOFT_SERVE_INITIAL_ADMIN_KEY` environment variable before first run and it will restrict access to that initial public key until you configure things otherwise. +If you're having trouble, make sure you have generated keys with `ssh-keygen` +as configuration is not supported for keyless users. ## Pushing (and creating!) repos