houshengbo edited a comment on issue #4335: How to configure the ssh access among different openwhisk nodes URL: https://github.com/apache/incubator-openwhisk/issues/4335#issuecomment-472760175 I have created a user called openwhisk: sudo useradd openwhisk and grant the root access: sudo usermod -aG sudo openwhisk Then, I run the command "ssh-keygen -t rsa" to generate the key pairs. I created the file openwhisk.pub under /etc/ssh/ssh_keys in VM1, and added the public keys of VM2 and VM3. I created the file openwhisk.pub under /etc/ssh/ssh_keys in VM2, and added the public keys of VM1 and VM3. I created the file openwhisk.pub under /etc/ssh/ssh_keys in VM3, and added the public keys of VM1 and VM2. Among all these three VMs, the user openwhisk can be used to access any of them from the other two by ssh. Apache infra team is investigating how to use the user openwhisk instead of jenkins to launch jenkins jobs.
---------------------------------------------------------------- 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
