You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name downloaded SSH keys after their actual algorithm
Registration generates ed25519 pairs but the Content-Disposition on the
student key downloads and the `download` attributes in KeyDownloadCard
were hardcoded to `id_rsa`, so users saved ed25519 keys under an RSA
filename. Add `ssh_key_basename()` in `ref.core.util` and a TS twin in
the SPA to pick the name ssh-keygen would default to (id_ed25519 /
id_ecdsa / id_rsa / id_dsa), and route both download endpoints and the
card through it. Also switch admin bootstrap to ed25519 so a freshly
seeded admin user matches the rest of the system.
0 commit comments