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.