I am trying to setup a GIT repository over LAN in Ubuntu OS.
I am able to setup a GIT repository, but not sure HOW TO expose the repository to other users in LAN.
As it requires a server, I installed OpenSSH-Server. But don’t know HOW TO configure it.
Please point me to correct resource to read from.
Thanks.
|
| |||
|
feedback
|
migrated from stackoverflow.com Sep 14 '09 at 11:38
This question came from our site for professional and enthusiast programmers.
|
First of all, you need to check your openssh setup on Ubuntu server: see this HowTo. Then you can follow this article, which mainly recommend:
| |||
|
feedback
|
|
Your best way of doing that would be to run a ssh server and limit your users to use
or
Then add
Then use the | |||
|
feedback
|