dotfiles/ansible/scripts/configure_ssh.yml

6 lines
139 B
YAML
Raw Normal View History

2024-05-26 09:05:55 -05:00
- name: Generate an OpenSSH keypair
become_user: user
community.crypto.openssh_keypair:
path: ~/.ssh/id_ed25519
type: ed25519