User Tools

Site Tools


hpc:access_the_hpc_clusters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
hpc:access_the_hpc_clusters [2026/07/01 13:52] – [multiple ssh key] Yann Sagonhpc: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:23:7a:4f:a9:c0:5d:41:43:1a:b3:a8:c2:7f:30:32:29 root@admin1.roseau (ED25519)
 </code> </code>
  
-Example output: 
-<code console> 
-2048 MD5:8f:75:c4:18:8a:75:f1:f1:19:4d:85:92:3b:b6:2a:e1 (RSA) 
-</code> 
- 
-ED25519: 
-<code console> 
-ssh-keygen -l -E md5 -f /etc/ssh/ssh_host_ed25519_key.pub 
-</code> 
  
 SHA256 format (default modern SSH) SHA256 format (default modern SSH)
  
-<code console> 
-ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub 
-</code> 
- 
-Example: 
-<code console> 
-2048 SHA256:tKqp4nljL+EGVKl8T0VF2nS36DkHVFMpLxQOPg/gKvg (RSA) 
-</code> 
- 
-ED25519: 
 <code console> <code console>
 ssh-keygen -l -f /etc/ssh/ssh_host_ed25519_key.pub ssh-keygen -l -f /etc/ssh/ssh_host_ed25519_key.pub
-</code> 
- 
-Example: 
-<code console> 
 256 SHA256:R/cy4lk5x8qKwmrIq8R9tiRdneDtorBnqzEynx8OnGI (ED25519) 256 SHA256:R/cy4lk5x8qKwmrIq8R9tiRdneDtorBnqzEynx8OnGI (ED25519)
 </code> </code>
hpc/access_the_hpc_clusters.txt · Last modified: by Yann Sagon