Add links to instance fingerprints
What does this MR do and why?
As already described here, in some forums and also by internal staff, it is not always easy to find the SSH fingerprints of your own instance. Currently you can find them in https://my.instance.com/docs/general/settings/#ssh-host-keys-fingerprints
which links to https://my.instance.com/help/instance_configuration#ssh-host-keys-fingerprints
(replacing my.instance.com
with the actuall GitLab instance URL). This MR fixes this problem by adding additional links at the SSH configuration page and in ssh.md. This should help users find these fingerprints faster.
Screenshots or screen recordings
SSH configuration page before:
How to set up and validate locally
- Go to
https://my.instance.com/-/profile/keys
replacingmy.instance.com
with your actuall GitLab instance URL - Go to
https://my.instance.com/help/user/ssh.md#verify-that-you-can-connect
replacingmy.instance.com
with your actuall GitLab instance URL
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.