Misei Git
SSH-only Git server powered by Soft Serve.
Clone with:
git clone ssh://git.misei.dev:23231/<repo>
ssh -p 23231 git.misei.dev repo list
SSH config:
Host git.misei.dev
HostName git.misei.dev
Port 23231
IdentityFile ~/.ssh/id_misei_git
IdentitiesOnly yes
Need access? Add your SSH public key.
Contact admin