Skip to content
Snippets Groups Projects
Verified Commit a5a47937 authored by David Mehren's avatar David Mehren
Browse files

Use ed25519 SSH keys

parent 1bdfe4cf
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,10 @@
user:
name: root
generate_ssh_key: true
ssh_key_type: ed25519
- name: Get public key
command: "cat /root/.ssh/id_rsa.pub"
command: "cat /root/.ssh/id_ed25519.pub"
register: hostkey
changed_when: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment