Skip to content

Commit

Permalink
atom-user: Use ed25519 ssh key (artefactual-labs#396)
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Medinilla <[email protected]>
  • Loading branch information
mamedin and Miguel Medinilla authored May 23, 2024
1 parent aa2ca58 commit 0a39229
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@
user:
name: "archivematica"
generate_ssh_key: "yes"
ssh_key_file: ".ssh/id_rsa"
ssh_key_type: "ed25519"
ssh_key_file: ".ssh/id_ed25519"
when:
- archivematica_src_configure_dashboard|bool
- archivematica_src_configure_dashboardsettings is defined
Expand All @@ -174,7 +175,7 @@
- archivematica_src_configure_dashboardsettings is defined

- name: "Register ssh key"
command: cat /var/lib/archivematica/.ssh/id_rsa.pub
command: cat /var/lib/archivematica/.ssh/id_ed25519.pub
register: ssh_key
when:
- archivematica_src_configure_dashboard|bool
Expand Down

0 comments on commit 0a39229

Please sign in to comment.