SVN加密密码存储 [英] SVN encrypted password store

查看:1600
本文介绍了SVN加密密码存储的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Ubuntu机器上安装了SVN,我无法摆脱头脑。



每当我从终端检出一些东西时,我得到了关于保存未加密的密码:

  --------------------- -------------------------------------------------- 
注意!您的认证领域密码:

< [...]> Subversion存储库

只能存储到磁盘
未加密!建议您
配置您的系统,以便
Subversion可以存储密码
加密,如果可能的话。有关详细信息,请参阅
文档。

您可以通过将
的值store-plaintext-passwords选项
设置为yes或no来避免未来的
的出现'in
'/home/[...]/.subversion/servers'。
---------------------------------------------- -------------------------


$ b $我瞥了一眼,但是找不到任何有用的东西。我发现一个主题,它说这是一个客户端问题,而不是一个服务器,但我仍然不信服。



它说配置你的系统;那是什么意思呢?服务器还是客户端?如果我是服务器,有什么可以做的吗?除了隐藏警告(像这样说)...



谢谢!

解决方案>

这是一个客户端问题。它警告您,用于不同服务器的凭据正在以纯文本形式存储。您可以隐藏该警告或使用加密的存储来缓存密码。



请参阅: http://blogs.collab.net/subversion/2009/07/subversion-16-security-improvements/


I installed SVN on a Ubuntu machine and I can't get my head around something.

Whenever I checkout something from the terminal I get this error about saving a non-encrypted password:

-----------------------------------------------------------------------
ATTENTION!  Your password for authentication realm:

   <[...]> Subversion Repository

can only be stored to disk
unencrypted!  You are advised to
configure your system so that
Subversion can store passwords
encrypted, if possible.  See the
documentation for details.

You can avoid future appearances of
this warning by setting the value of
the 'store-plaintext-passwords' option
to either 'yes' or 'no' in
'/home/[...]/.subversion/servers'.
-----------------------------------------------------------------------

I goggled it a bit but I couldn't find anything useful. I found one topic where it said this was a client issue, not a server one, but I'm still not convinced.

It says "configure your system"; what exactly does it mean by that? The server or the client? If I'm the server, is there anything I can do about it? besides hiding the warning (like it says)...

Thanks!

解决方案

It is a client issue. It warns you that the credentials used for the different servers are being stored in plain text. You can hide that warning or use an encrypted storage to cache the passwords.

See: http://blogs.collab.net/subversion/2009/07/subversion-16-security-improvements/

这篇关于SVN加密密码存储的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆