update RSA

This commit is contained in:
Ric Harvey 2024-05-10 22:46:11 +01:00
parent 630bdbb392
commit b7dfd060c5
Signed by: ric
GPG key ID: CD63CE502B962F16

View file

@ -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.