houshengbo commented on issue #4335: How to configure the ssh access among different openwhisk nodes URL: https://github.com/apache/incubator-openwhisk/issues/4335#issuecomment-472484163 Hi folks, I have just discovered something new: Since my apache id has the root access to all the VM1, I can force to use the user "jenkins". Here is what I accomplish: Take openwhisk VM1 as an example, I can access it via ssh from my local terminal by running "ssh openwhisk-vm1-he-de.apache.org -l houshengbo". Then, I run the command "sudo su - jenkins" to switch from my apache id to the user jenkins. After that, I think I can generate the ssh keys on behalf on the user "jenkins", and configure the ssh access among all the VMs for the user "jenkins". I will try the procedure locally to see if it works.
---------------------------------------------------------------- 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
