Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在办公室有一个实验室设置,人们在托管在 Cloud PAAS(如 openshift 或 cloudbees)上的开发环境中工作。
开发人员使用 SSH 连接连接到云 git 存储库。他们可以轻松地将 SSH 密钥带回家并在家中下载代码。我想限制该活动。
我可以使用他们的软件实用程序来完成这项工作吗?
你想要类似 GitHub 但自托管的东西?您可能可以使用Gitlab之类的克隆之一来执行此操作。否则很难限制用户访问单用户 PaaS。