mirror of
https://gitlab.com/ric_harvey/git-guide.git
synced 2024-11-23 20:24:02 +00:00
update RSA
This commit is contained in:
parent
630bdbb392
commit
b7dfd060c5
1 changed files with 3 additions and 3 deletions
|
@ -201,10 +201,10 @@ ssh -T git@gitlab.example.com
|
||||||
```
|
```
|
||||||
- If this is the first time you connect, you should verify the authenticity of the GitLab host. If you see a message like:
|
- If this is the first time you connect, you should verify the authenticity of the GitLab host. If you see a message like:
|
||||||
```
|
```
|
||||||
The authenticity of host 'gitlab.example.com (35.231.145.151)' can't be established.
|
The authenticity of host 'gitlab.example.com (111.222.333.444)' can't be established.
|
||||||
ECDSA key fingerprint is SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1x8xdGUrliXFzSnUw.
|
RSA key fingerprint is SHA256:78hGhjkgdjdHTRerfjhGfgjftfkh.
|
||||||
Are you sure you want to continue connecting (yes/no)? yes
|
Are you sure you want to continue connecting (yes/no)? yes
|
||||||
Warning: Permanently added 'gitlab.example.com' (ECDSA) to the list of known hosts.
|
Warning: Permanently added 'gitlab.example.com' (RSA) to the list of known hosts.
|
||||||
```
|
```
|
||||||
- Type yes and press ``Enter``.
|
- Type yes and press ``Enter``.
|
||||||
- Run the ```ssh -T git@gitlab.example.com``` command again. You should receive a Welcome to GitLab, @username! message.
|
- Run the ```ssh -T git@gitlab.example.com``` command again. You should receive a Welcome to GitLab, @username! message.
|
||||||
|
|
Loading…
Reference in a new issue