ivoronin / packer-plugin-sshkey

Packer plugin used to generate SSH keys.
18 stars 10 forks source link

fixing ed25519's key generation #24

Closed hallaj closed 1 year ago

hallaj commented 1 year ago

For some reason, using the existing type of ed25519 - the key generated was always marked as invalid during provisioning stage.

Performing a minor refactoring by using edkey's ed25519's marhal for openssh key type.

ivoronin commented 1 year ago

Could you please explain what "marks" key as invalid?