All-in-one Git hosting container
git clone git://git.janzachar.dev/git-serv.git
0#!/bin/sh12set -eu34[ -L "/etc/ssh" ] && exit 056cp -R /etc/ssh /srv/ssh7rm -rf /etc/ssh8ln -s /srv/ssh /etc/ssh910cp /srv/config/sshd_config /srv/ssh/sshd_config11ssh-keygen -A1213