码迷,mamicode.com
首页 > 其他好文 > 详细

git服务器-------》用户免密git操作

时间:2015-11-17 18:41:07      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:

找到/etc/ssh/sshd_config文件 

开启

RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile      .ssh/authorized_keys
 .ssh 目录的权限必须是0700
.ssh/authorized_keys 文件权限必须是0600
否则公钥认证不会生效。

 

git服务器-------》用户免密git操作

标签:

原文地址:http://www.cnblogs.com/gzyx1988/p/4972133.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!