Chinaunix首页 | 论坛 | 博客
  • 博客访问: 118137
  • 博文数量: 22
  • 博客积分: 145
  • 博客等级: 入伍新兵
  • 技术积分: 127
  • 用 户 组: 普通用户
  • 注册时间: 2012-12-06 15:19
文章分类

全部博文(22)

文章存档

2015年(5)

2014年(2)

2013年(7)

2012年(9)

我的朋友

分类: 项目管理

2012-12-18 17:58:02

 
 
 
1. Generate ssh identity file:
        ssh-keygen -f ~/.ssh/user-name
2. Set up config file
        host 192.168.2.xxx
        user git
        hostname 192.168.2.xxx
        port 22
        identityfile ~/.ssh/user-name
 
阅读(896) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~