diff --git a/os/config/roles/users/files/alex-key3.pub b/os/config/roles/users/files/alex-key3.pub new file mode 100644 index 0000000..4baebd2 --- /dev/null +++ b/os/config/roles/users/files/alex-key3.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJpaBZdYxHqMxhv2RExAOa7nkKhPBOHupMP3mYaZ73w9 lx@lindy diff --git a/os/config/roles/users/vars/main.yml b/os/config/roles/users/vars/main.yml index ea4177f..ca2dc0a 100644 --- a/os/config/roles/users/vars/main.yml +++ b/os/config/roles/users/vars/main.yml @@ -10,7 +10,8 @@ active_users: is_admin: true ssh_keys: - 'alex-key1.pub' - - 'alex-key2.pub' + #- 'alex-key2.pub' + - 'alex-key3.pub' - username: 'maximilien' is_admin: true