git-ssh

SSH proxy server for serving git repositories over SSH

brewmacoslinux
Try with needOr install directly
Source

About

Proxy for serving git repositories over SSH

Commands

git-ssh

Examples

Start the git-ssh server on default port 22$ git-ssh server
Clone a repository through the git-ssh proxy$ git clone ssh://localhost/path/to/repo.git
Start git-ssh server on custom port 2222$ git-ssh server --port 2222