本地主机上的 ssh 无需密码以允许 svn+ssh://
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论