ansible-community / molecule-hetznercloud

A molecule driver for Hetzner Cloud
https://ansible.readthedocs.io/projects/molecule/
GNU Lesser General Public License v3.0
27 stars 14 forks source link

feat: change the generated ssh key type to `ed25519` #69

Closed ohdearaugustin closed 10 months ago

ohdearaugustin commented 10 months ago

Implements #68

Based on https://www.openssh.com/txt/release-8.7 (in the Imminent deprecation notice section)

ohdearaugustin commented 10 months ago

Changed PR to hardcode the type to ed25519

jooola commented 10 months ago

Ignore the failed e2e tests, they do not work for fork repositories.

Tested this locally, working as expected.

Thanks for the contribution!