I have few client systems where I need to push the ssh key and login from my server without authentication prompts.
First, on the server, I created ssh key as below which was successful
]# ssh-keygen -t rsa -N "" -f my.key
Second, tried copying the pub key but fails with no identity error. Am i doing a wrong step here?
]# ssh-copy-id my.key.pub 10.10.1.1
/usr/bin/ssh-copy-id: ERROR: No identities found