Facts:
- I have a Chef server installed.
- I have registered a node to this server, and I can see the node in the webUI (This is an existing node, NOT bootstrapped using knife bootstrap
When I execute the command
$ knife ssh "role:test" "sudo chef-client" WARNING: Failed to connect to node[ip-X-X-X-X.ec2.internal] -- Net::SSH::AuthenticationFailed: ubuntu@ip-X-X-X-X.ec2.internal
Is there something I have missed? e.g. copy the SSH keys?