macOS Sierra openSSH升级导致keys不可用

macOS Sierra,openSSH升级了

openSSH从El Capitan的6.x升级到7.x版本了:

ssh -V
OpenSSH_7.2p2, LibreSSL 2.4.1

网上搜了下:

The ssh command that ships with Sierra no longer supports the options GSSAPITrustDNS and GSSAPIClientIdentity.

要么使用旧版本的ssh文件来覆盖,要么修改ssh的一些规则,这里难得折腾了,选择重新配置ssh keys.

刚好温习下ssh配置过程,以作笔记.

macOS oschina git ssh配置步骤

  • 执行如下命令配置全局name和email:
git config --global user.name "yourName"
git config --global user.email "yourEmailAddress"
  • 执行如下命令生成ssh公钥和私钥:
ssh-keygen -t rsa -C "yourEmailAddress"
  • 打开生成好的公钥并拷贝文件内容:
open ~/.ssh/id_rsa.pub
  • 访问oschina的git的ssh配置地址,添加公钥即可:
http://git.oschina.net/profile/sshkeys

转载于:https://my.oschina.net/nevermissing/blog/760965

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值