mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
move back to RSA
This commit is contained in:
parent
2ec6f41e0f
commit
25e0e9085d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
- name: Generate the SSH private key
|
||||
local_action: shell echo -e 'n' | ssh-keygen -C {{ SSH_keys.comment }} -t ed25519 -f {{ SSH_keys.private }} -q -N ""
|
||||
local_action: shell echo -e 'n' | ssh-keygen -b 2048 -C {{ SSH_keys.comment }} -t rsa -f {{ SSH_keys.private }} -q -N ""
|
||||
args:
|
||||
creates: "{{ SSH_keys.private }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue