forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Using sshd to host a git server
Dale Wyttenbach edited this page Mar 7, 2018
·
20 revisions
Everything you need to host a git server on Windows is included with Git for Windows.
A simple way to start sshd automatically when you log in is to put a .BAT script in:
%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Mine contains:
cd /d %GIT_HOME%
%GIT_HOME%\usr\bin\sshd.exe
This wiki page has been retired. All it did was to point to Git for Windows' governance model.