Add ssh keys

This commit is contained in:
Gašper Fele-Žorž 2025-09-06 01:02:27 +02:00
parent fc01fec18c
commit bdc4fa2fc5
3 changed files with 19 additions and 0 deletions

View file

@ -157,3 +157,8 @@
- /etc/skel/.bashrc
- /etc/profile
- /etc/bash.bashrc
- name: Copy authorized_keys
copy:
src: authorized_keys
dest: ~/.ssh/authorized_keys