added personal crappy laptop ssh key
This commit is contained in:
parent
bfe4a253c0
commit
3999fab038
@ -11,6 +11,13 @@
|
||||
value: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOuad05527ZlLMfVh9fOlDapVBdQ3dEAyoyZfNvoxqBQ bryanpedini@bryanbox.home.infra.bjphoster.cloud
|
||||
state: present
|
||||
create: true
|
||||
- name: Ensure the "bryanpedini@acerlap.home.infra.bjphoster.cloud" key is present
|
||||
ansible.builtin.lineinfile:
|
||||
path: ~/.ssh/authorized_keys
|
||||
mode: 0600
|
||||
value: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG91LScq6vrfBAKw0fph736ooWTqxsJkC6mK+UOAtmf9 bryanpedini@acerlap.home.infra.bjphoster.cloud
|
||||
state: present
|
||||
create: true
|
||||
- name: Ensure the "bryanpedini@bryanvostro.wimore.it" key is present
|
||||
ansible.builtin.lineinfile:
|
||||
path: ~/.ssh/authorized_keys
|
||||
|
Loading…
Reference in New Issue
Block a user