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

gerrit ssh 登陆设置

时间:2015-06-19 18:18:46      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:

[root@web ~]# cat ~/.ssh/config
Host gerrit
User deploy-gerrit
Port 29418
Hostname gerrit.demo.com
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/openssh-key
StrictHostKeyChecking no
# 可以不添加IP 到known hosts 中
UserKnownHostsFile /dev/null

 

gerrit ssh 登陆设置

标签:

原文地址:http://www.cnblogs.com/web1992/p/4589240.html

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