Generating RSA Keys
Add a new public SSH key
在注册gitorious 时候需要Add a new public SSH key
步骤1
mkdir ~/.ssh
chmod 700 ~/.ssh
ssh-keygen -t rsa
步骤2
Generating public/private rsa key pair.回车 Enter file in which to save the key (/home/b/.ssh/id_rsa): 回车 Enter passphrase (empty for no passphrase):回车 Enter same passphrase again:回车 Your identification has been saved in /home/b/.ssh/id_rsa. Your public key has been saved in /home/b/.ssh/id_rsa.pub.
会产生一句
The key fingerprint is:复制下句内容即可
。。。。。。。。。。。