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

git 服务器搭建+免密码操作

时间:2017-08-31 21:38:28      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:http   bsp   www.   www   ica   功能   免密码   linu   author   

参考了链接:

1、http://www.linuxidc.com/Linux/2015-09/123670.htm

2、http://www.linuxidc.com/Linux/2015-09/123670.htm

3、http://www.linuxidc.com/Linux/2011-12/48555.htm

注意:

一、本地的id_rsa.pub,必须上传服务器cat id_rsa.pub > authorized_keys

二 、 

chmod 700 -R .ssh

 

authorized_keys 权限改为644

三、重启git /etc/init.d/sshd restart

四、

打开文件/etc/ssh/sshd_config

RSAAuthentication yes            #开启RSA认证功能

PubkeyAuthentication yes      #开启公匙认证

 

git 服务器搭建+免密码操作

标签:http   bsp   www.   www   ica   功能   免密码   linu   author   

原文地址:http://www.cnblogs.com/wl14253/p/7460587.html

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