-
I have a similar question but the opposite: is there a way to disable pulling and pushing via HTTP(S) and limiting only to SSH? I have deployed OneDev at my workplace and would like for pushes to be secure...
(Great software by the way!)
-
It is possible to disable SSH access by commeting out the
ssh_portproperty inserver.properties. As to disable https access for pull/push, this is not supported unfortunately as some steps only supports this protocol (repository mirror etc.) -
Previous Value Current Value Open
Closed
| Type |
New Feature
|
| Priority |
Minor
|
| Assignee |
Issue Votes (0)
As said in title. In my case, OneDev is deployed in Home network, but exposed in Internet only with HTTPS protocol. SSH exists only in internal network.