From c993050ef9ed825dc4d9616db546ad1fdff95e69 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Thu, 20 May 2010 17:08:21 +0530 Subject: [PATCH] (minor) doc/3: doc fix on multikeys --- doc/3-faq-tips-etc.mkd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/3-faq-tips-etc.mkd b/doc/3-faq-tips-etc.mkd index 06f6799..34676aa 100644 --- a/doc/3-faq-tips-etc.mkd +++ b/doc/3-faq-tips-etc.mkd @@ -192,10 +192,10 @@ I have a laptop and a desktop I need to access the server from. I have different private keys on them, but as far as gitolite is concerned both of them should be treated as "sitaram". How does this work? -In gitosis, the admin creates a single "sitaram.pub" containing one line for -each of my pubkeys. In gitolite, we keep them separate: "sitaram@laptop.pub" -and "sitaram@desktop.pub". The part before the "@" is the username, so -gitolite knows these two keys belong to the same person. +The way it works is that you copy one pubkey as "sitaram@laptop.pub" and the +other as "sitaram@desktop.pub". The part before the "@" is the username, so +gitolite knows these two keys belong to the same person. The part after the +"@" can be anything you like, of course; gitolite doesn't care. Note that you don't say "sitaram@laptop" and so on in the **config** file -- as far as the config file is concerned there's just **one** user called