From b7dfd060c5b7a5c42ba206c46d07e7c1c6f193ba Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Fri, 10 May 2024 22:46:11 +0100 Subject: [PATCH] update RSA --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84fb6d3..42fe9fa 100644 --- a/README.md +++ b/README.md @@ -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: ``` -The authenticity of host 'gitlab.example.com (35.231.145.151)' can't be established. -ECDSA key fingerprint is SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1x8xdGUrliXFzSnUw. +The authenticity of host 'gitlab.example.com (111.222.333.444)' can't be established. +RSA key fingerprint is SHA256:78hGhjkgdjdHTRerfjhGfgjftfkh. 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``. - Run the ```ssh -T git@gitlab.example.com``` command again. You should receive a Welcome to GitLab, @username! message.