mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-14 01:11:29 -06:00
New page as suggested by Johannes Schindelin
parent
c1372e3f65
commit
b42fa02bb0
11
Using-sshd-to-host-a-git-server.md
Normal file
11
Using-sshd-to-host-a-git-server.md
Normal file
@ -0,0 +1,11 @@
|
||||
Everything you need to host a git server on Windows is included with Git for Windows.
|
||||
|
||||
### Configure sshd
|
||||
### Run sshd
|
||||
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`
|
||||
### Test sshd
|
||||
### Connect with git
|
||||
Loading…
x
Reference in New Issue
Block a user