car.3205 发表于 2018-9-17 08:43:09

git 阿里云code免密pull push-Jinliang

ssh-keygen  

  
实例:
  
$ ssh-keygen
  
Generating public/private rsa key pair.
  
Enter file in which to save the key (/c/Users/zhjinl/.ssh/id_rsa):
  
/c/Users/zhjinl/.ssh/id_rsa already exists.
  
Overwrite (y/n)? y
  
Enter passphrase (empty for no passphrase):
  
Enter same passphrase again:
  
Your identification has been saved in /c/Users/zhjinl/.ssh/id_rsa.
  
Your public key has been saved in /c/Users/zhjinl/.ssh/id_rsa.pub.
  
The key fingerprint is:
  
SHA256:pGcPuxR4AZq4NBKXspbqrW4V225qp0J1l0Z06PntmPk
  
The key's randomart image is:
  
+-------+
  
|. ..o...       |
  
|.o.. o +.      |
  
|.o= o o =      |
  
|.= = . X .       |
  
|o o.= = S .      |
  
|.. o . + * .   |
  
|o o .   . *      |
  
| + o + . = .   |
  
|oo+o=   . ..   |
  
+---------+


页: [1]
查看完整版本: git 阿里云code免密pull push-Jinliang