Skip to content

setup-user: Recognize common SSH key types

Kaarle Ritvanen requested to merge kunkku/alpine-conf:setup-user-ssh-keys into master

The current implementation recognizes only the ssh- prefix. This MR adds support for ecdsa- and rsa-.

Alternatively, we could use ssh -Q to query all the supported types, but I thought that would add unnecessary complexity.

Merge request reports

Loading