shichawl commented on issue #4335: How to configure the ssh access among different openwhisk nodes URL: https://github.com/apache/incubator-openwhisk/issues/4335#issuecomment-472530921 @houshengbo i guess you may have to create another file under /home/jenkins/.ssh call it "config" and add these values in it Host * StrictHostKeyChecking=no UserKnownHostsFile=/dev/null IdentityFile /home/.ssh/<id_rsa private file> Also, did you add the private key in your shell via ssh-add -k <private key>?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
