· 11 years ago · May 14, 2015, 06:14 PM
1# git config --global user.name calcuser
2calculate admin # git config --global user.email ***************@gmail.com
3calculate admin # cd ~/.ssh
4bash: cd: /root/.ssh: Ðет такого файла или каталога
5calculate admin # ssh-keygen -t rsa -C *****************@gmail.com
6Generating public/private rsa key pair.
7Enter file in which to save the key (/root/.ssh/id_rsa): y
8Enter passphrase (empty for no passphrase):
9Enter same passphrase again:
10Your identification has been saved in y.
11Your public key has been saved in y.pub.
12The key fingerprint is:
13c3:73:14:22:d1:fc:4c:fd:**************** *******@gmai****
14The key's randomart image is:
15+---[RSA 2048]----+
16| o+. Eo |
17| .o.o.= |
18| *.+ + |
19| . .B . . |
20| S .. * |
21| + + + |
22| o |
23| |
24| |
25+-----------------+