xiahe999 发表于 2018-9-16 11:39:33

Centos 7.3搭建git服务器

# ssh-keygen -t rsa -C "442102293@qq.com"  
Generating public/private rsa key pair.
  
Enter file in which to save the key (/root/.ssh/id_rsa):
  
Created directory '/root/.ssh'.
  
Enter passphrase (empty for no passphrase):
  
Enter same passphrase again:
  
Your identification has been saved in /root/.ssh/id_rsa.
  
Your public key has been saved in /root/.ssh/id_rsa.pub.
  
The key fingerprint is:
  
64:78:e9:5d:72:d0:d5:0c:51:f9:dc:25:ff:b5:5b:d9 442102293@qq.com
  
The key's randomart image is:
  
+--[ RSA 2048]----+
  
|          .. .+*o|
  
|       . . .. ..+|
  
|      . = . o++|
  
|       = . +    *|
  
|      S .   *|
  
|               oE|
  
|                o|
  
|               . |
  
|               |
  
+-----------------+


页: [1]
查看完整版本: Centos 7.3搭建git服务器