git-serv

All-in-one Git hosting container

git clone git://git.janzachar.dev/git-serv.git


0PubkeyAuthentication yes
1AuthorizedKeysFile	.ssh/authorized_keys
2PasswordAuthentication no
3
4AllowTcpForwarding no
5GatewayPorts no
6X11Forwarding no
7
8Subsystem	sftp	/usr/lib/ssh/sftp-server
9
10