Latest OpenSSH's ssh-keygen defaults to ed25519 keys, no longer RSA. (#662)

pull/666/head
Felix Fontein 2023-10-07 15:15:33 +02:00 committed by GitHub
parent 0d010968e5
commit e7515584b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
state: absent
- name: Generate PEM encoded key with passphrase
command: 'ssh-keygen -b 1280 -f {{ remote_tmp_dir }}/pem_encoded -N {{ passphrase }} -m PEM'
command: 'ssh-keygen -t rsa -b 1280 -f {{ remote_tmp_dir }}/pem_encoded -N {{ passphrase }} -m PEM'
- name: Try to verify a PEM encoded key
openssh_keypair: