mellowagain / gitarena

Software development platform with built-in vcs, issue tracking and code review
MIT License
86 stars 10 forks source link

Allow Git access over SSH #19

Open mellowagain opened 2 years ago

mellowagain commented 2 years ago

Currently, GitArena only allows limited Git access over http(s). This should be extended to allow SSH access as well. This will probably be realized via a separate crate (gitarena-ssh).