From Fedora Project Wiki

Revision as of 15:58, 10 February 2010 by Jkeating (talk | contribs) (Answer about two ssh keys)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Here is an additional solution for the admin shell access problem:

  • Use two SSH-keys for users with shell access, one for gitolite and one to login interactively. Using ~/.ssh/config aliases can be created for both cases to easily allow selecting which key to use.

Till 09:17, 10 February 2010 (UTC)

    • I had explored that idea, however it seemed cumbersome to remember to create and manage a second ssh key for those of us with shell rights. After working with upstream, the better solution seemed to be to add support for this concept of shell users directly into gitolite, as that solves some other problems upstream was having.

Jesse Keating 15:55, 10 February 2010 (UTC)