Skip to content

Commit d2782f3

Browse files
RoRoJnerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 1bb5faa commit d2782f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/public-gateways/troubleshooting/ssh-key-format.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dates:
99

1010
## Problem
1111

12-
You may check your Public Gateway's [SSH bastion](/public-gateways/how-to/use-ssh-bastion/) logs in [Scaleway Cockpit](/cockpit) and notice that the SSH key fingerprints logged there do not match the SSH key fingerprints shown for in your [Project dashboard](https://console.scaleway.com/project/ssh-keys) in the Scaleway console.
12+
You may check your Public Gateway's [SSH bastion](/public-gateways/how-to/use-ssh-bastion/) logs in [Scaleway Cockpit](/cockpit) and notice that the SSH key fingerprints logged there do not match the SSH key fingerprints shown in your [Project dashboard](https://console.scaleway.com/project/ssh-keys) in the Scaleway console.
1313

1414
## Cause
1515

@@ -40,7 +40,7 @@ Example output:
4040
256 SHA256:ZLqisKhPVs2R2jrpYlukWWMkbAdhD4zkUckc7L4/W5w
4141
```
4242

43-
Use the following command to generate a `MD5` fingerprint of the SSH key:
43+
Use the following command to generate an `MD5` fingerprint of the SSH key:
4444

4545
```bash
4646
ssh-keygen -l -E md5 -f ~/.ssh/id_rsa.pub
@@ -107,4 +107,4 @@ A trusted fingerprint is one that you or your organization has verified to be le
107107

108108
### Converting one fingerprint format to another
109109

110-
It is not possible to convert a `SHA256` format fingerprint to a `MD5` format fingerprint, or vice versa, without the original public key. This is because these fingerprints are created with one-way hash functions. You must have the original public key in order to generate the desired fingerprint type from it, and compare with fingerprints shown in Cockpit or the Scaleway console.
110+
It is not possible to convert a `SHA256` format fingerprint to an `MD5` format fingerprint, or vice versa, without the original public key. This is because these fingerprints are created with one-way hash functions. You must have the original public key in order to generate the desired fingerprint type from it, and compare with fingerprints shown in Cockpit or the Scaleway console.

0 commit comments

Comments
 (0)