2012-03-16 02:54:47 +01:00
|
|
|
# ssh
|
|
|
|
|
2012-04-26 03:08:04 +02:00
|
|
|
If you're installing gitolite, you're a "system admin", like it or not. If
|
|
|
|
you're using the default ssh mode (i.e., not [http][] mode), ssh is a
|
|
|
|
necessary skill. Please take the time to learn at least enough to get
|
|
|
|
passwordless access working.
|
|
|
|
|
2012-03-16 02:54:47 +01:00
|
|
|
There are two documents you need to read, in order:
|
|
|
|
|
2012-04-05 18:01:23 +02:00
|
|
|
* [Gitolite and ssh][glssh] explains how gitolite uses openssh features to
|
|
|
|
create any number of virtual users over just one actual (unix) user, and
|
|
|
|
distinguish between them by their public keys.
|
2012-03-16 02:54:47 +01:00
|
|
|
|
2012-04-05 18:01:23 +02:00
|
|
|
* [Ssh troubleshooting][sts] is a rather long document that, as far as I
|
|
|
|
know, covers almost every known ssh related issue. If you find something
|
|
|
|
missing, send me an email with details so I can update it.
|