赞
踩
ssh-keygen -t rsa -C 'xxx@xxx.com'
这里不要回车,输入本次邮箱对应账号要生成的私钥和公钥的名字,然后再回车即可。
输入:y (重新覆盖)
输入:n (不覆盖)
Host xxx
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa_xxx
Host luoyu
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa_luoyu
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。