本地主机上的 ssh 无需密码以允许 svn+ssh://

发布于 2024-11-19 08:20:59 字数 356 浏览 5 评论 0原文

Subversion 存储库使用属性 svn:externals 来包含来自另一个存储库的文件。两个存储库位于同一服务器上。客户端使用 svn+ssh:// 连接到存储库,而无需指定密码,因为使用了 gnome-keyring。

在服务器上,我们想要签出文件,包括使用 svn:externals 指定的文件。这意味着在本地主机(=服务器)上,存储库是使用 svn+ssh:// 指定的(作为 propset 的一部分)。在服务器上签出文件时,需要为每个 propset 指定密码。

问题是:我应该使用 ssh-keysign 解决这个问题还是可以在 ssh_config 中使用 NoHostAuthenticationForLocalhost ?还是我推理错误?

A subversion repository uses property svn:externals to include files from another repository. Both repositories reside on the same server. Clients use svn+ssh:// to connect to the respositories without having to specify the passphase because gnome-keyring is used.

On the server we want to checkout files, including those specified with svn:externals. That means that on the localhost (=server) the repository is specified with svn+ssh:// (as part of the propset). When checking out files on the server the passphrase needs to be specified for each propset.

The question is: should I solve this problem by using ssh-keysign or can I use NoHostAuthenticationForLocalhost in the ssh_config? Or I'm I reasoning wrongly?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文