Hi all,
I’m trying to add pubkeys to several users and I’m getting an error message. Here’s the playbook:
Hi all,
I’m trying to add pubkeys to several users and I’m getting an error message. Here’s the playbook:
How does you pub files look like, this key does looks too short?
You can also check pub files with
ssh-keygen -l -f files/pubkey/user1.pub
Could it be that the key value has to start with the type of the key?
I.e. "ssh-rsa" ?