1. 程式人生 > >git 服務器搭建+免密碼操作

git 服務器搭建+免密碼操作

ica ssh 搭建 操作 htm cati start conf lin

參考了鏈接:

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 服務器搭建+免密碼操作