aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.Gentoo')
-rw-r--r--README.Gentoo18
1 files changed, 11 insertions, 7 deletions
diff --git a/README.Gentoo b/README.Gentoo
index 0a834da..50d9c4b 100644
--- a/README.Gentoo
+++ b/README.Gentoo
@@ -1,7 +1,7 @@
gitolite-gentoo:
Features:
- Multiple SSH-Keys in one key file
+ SSH-Keys behavior
Also allow comments
Add the ability to preserve key options like from="1.1.1.1" (AUTH_OPTIONS_PRESERVE)
Some kind of key validation
@@ -30,9 +30,13 @@ Features:
environment.
Each '-' (dash) will be replaced by an '_' (underscore).
- NOTE: If you have multiple key files for one user, like: userA.pub,
- userA@hostA.pub, ... it will only use the metadata of one key, usually
- the first one that will be found. If GL_METADATA_REQUIRED is used then
- each key has to have the metadata anyway.
- It is currently not possible to read the actual key file as gitolite
- doesn't know if the used key comes from userA.pub or userA@hostA.pub.
+ If you want other metadata or information from the .pub files, you
+ should look at the base Gitolite v3 documentation for "distinguishing
+ one key from another" and enable the '--key-file-name' option to
+ 'ssh-authkeys'.
+
+Non-Features:
+ SSH-Keys
+ In Gitolite-Gentoo v2 we supported multiple keys in a single file. This
+ support is discontinued. You should migrate to one key per user; we are
+ using $EMAIL@$N for Gentoo in future.