I was trying to copy a key id for password-less SSH access, however it seems that the password authentification is no. I am not sure how to change that.
Here is the original code:
ssh-copy-id xxxx@xxxx
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/home/xxxx/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
xxxx@xxxx: Permission denied (publickey).