From: Michael J Gruber <git@drmicha.warpmail.net>
To: vishwajeet singh <dextrous85@gmail.com>
Cc: Konstantin Khomoutov <kostix+git@007spb.ru>, git@vger.kernel.org
Subject: Re: GIT smart http vs GIT over ssh
Date: Tue, 31 Jul 2012 10:47:05 +0200 [thread overview]
Message-ID: <50179B89.4050106@drmicha.warpmail.net> (raw)
In-Reply-To: <CACbucKmEAz2BQCA28LObk_4Vk4S+-T2bAHaszNNR6=tH0mj9pg@mail.gmail.com>
vishwajeet singh venit, vidit, dixit 31.07.2012 05:19:
> On Tue, Jul 31, 2012 at 8:40 AM, Konstantin Khomoutov
> <kostix+git@007spb.ru> wrote:
>> On Tue, Jul 31, 2012 at 08:36:07AM +0530, vishwajeet singh wrote:
>>
>>> Just wanted to know the difference between smart http and ssh and in
>>> what scenarios we need them
>>> I am setting up a git server, can I just do with smart http support
>>> or I need to enable the ssh support to use git effectively.
>>> As I understand github provides both the protocols, what's the reason
>>> for supporting both protocols.
>> http://git-scm.com/book/en/Git-on-the-Server-The-Protocols
>> http://git-scm.com/2010/03/04/smart-http.html
>>
>
> Thanks for the links, I have already gone through those links, was
> looking from implementation perspective do I really need to support
> both protocols on my server or I can just do with smart http and
> what's the preferred way of doing it smart http or ssh
>
>
You need to provide what your users demand ;)
Seriously, this is why GitHub and other providers offer both. Not only
are some users more comfortable with one protocol or the other (Win
users don't prefer ssh generally) but some might be able to use only one
because of firewalls or corporate rules.
>From the server perspective, the setup is completely different, of
course. Do you have shell accounts already which you want to reuse for
ssh+git? Do you prefer setting up a special purpose shell account
(gitosis/gitolite) or setting up a web server with authentication?
Michael
next prev parent reply other threads:[~2012-07-31 8:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CACbucKmOxKLpY-iHDpX3GJ7BGsipR9hhXm8UA1hdbNdCzNMMRw@mail.gmail.com>
2012-07-31 3:06 ` GIT smart http vs GIT over ssh vishwajeet singh
2012-07-31 3:10 ` Konstantin Khomoutov
2012-07-31 3:19 ` vishwajeet singh
2012-07-31 8:47 ` Michael J Gruber [this message]
2012-07-31 9:04 ` vishwajeet singh
2012-07-31 9:20 ` Michael J Gruber
2012-07-31 9:28 ` Sitaram Chamarty
2012-07-31 11:31 ` vishwajeet singh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50179B89.4050106@drmicha.warpmail.net \
--to=git@drmicha.warpmail.net \
--cc=dextrous85@gmail.com \
--cc=git@vger.kernel.org \
--cc=kostix+git@007spb.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.