hpc:access_the_hpc_clusters
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| hpc:access_the_hpc_clusters [2026/07/01 13:52] – [multiple ssh key] Yann Sagon | hpc:access_the_hpc_clusters [2026/07/01 13:58] (current) – [How to compute fingerprints (for administrators)] Yann Sagon | ||
|---|---|---|---|
| Line 170: | Line 170: | ||
| <code console> | <code console> | ||
| - | ssh-keygen -l -E md5 -f /etc/ssh/ssh_host_rsa_key.pub | + | ssh-keygen -l -E md5 -f /etc/ssh/ssh_host_ed25519_key.pub |
| + | 256 MD5: | ||
| </ | </ | ||
| - | Example output: | ||
| - | <code console> | ||
| - | 2048 MD5: | ||
| - | </ | ||
| - | |||
| - | ED25519: | ||
| - | <code console> | ||
| - | ssh-keygen -l -E md5 -f / | ||
| - | </ | ||
| SHA256 format (default modern SSH) | SHA256 format (default modern SSH) | ||
| - | <code console> | ||
| - | ssh-keygen -l -f / | ||
| - | </ | ||
| - | |||
| - | Example: | ||
| - | <code console> | ||
| - | 2048 SHA256: | ||
| - | </ | ||
| - | |||
| - | ED25519: | ||
| <code console> | <code console> | ||
| ssh-keygen -l -f / | ssh-keygen -l -f / | ||
| - | </ | ||
| - | |||
| - | Example: | ||
| - | <code console> | ||
| 256 SHA256: | 256 SHA256: | ||
| </ | </ | ||
hpc/access_the_hpc_clusters.txt · Last modified: by Yann Sagon