Skip to content

Commit

Permalink
feat: change the generated ssh key type to ed25519 (#69)
Browse files Browse the repository at this point in the history
Implements #68

Based on https://www.openssh.com/txt/release-8.7 (in the Imminent
deprecation notice section)
  • Loading branch information
ohdearaugustin committed Feb 2, 2024
1 parent ce1edaf commit 2b6ab8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molecule_hetznercloud/playbooks/create.yml
Expand Up @@ -15,6 +15,7 @@
- name: Create SSH key
community.crypto.openssh_keypair:
path: "{{ ssh_key_path }}"
type: ed25519
register: generated_ssh_key

- name: Register SSH key for server(s)
Expand Down

0 comments on commit 2b6ab8a

Please sign in to comment.