I noticed there are a few users having problems with the command:
ssh-copy-id -i ~/.ssh/id_rsa.pub
root@server1.example.com
They get an error something like this:
21
/usr/bin/ssh-copy-id: ERROR: No identities found
There seems to be some bug in the way the program parses the arguments (which may actually be a different issue). These commands should work, but do not:
ssh-copy-id -h
ssh-copy-id --help
However, this works:
cd /backup
ssh-copy-id -i .ssh/id_rsa.pub
root@server1.example.com
Recent comments
2 days 5 hours ago
2 days 14 hours ago
2 days 17 hours ago
2 days 18 hours ago
2 days 19 hours ago
2 days 21 hours ago
2 days 22 hours ago
3 days 2 min ago
3 days 15 hours ago
3 days 16 hours ago