From issues-return-35366-archive-asf-public=cust-asf.ponee.io@openwhisk.incubator.apache.org Thu Mar 14 08:58:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 627D5180763 for ; Thu, 14 Mar 2019 09:58:02 +0100 (CET) Received: (qmail 1056 invoked by uid 500); 14 Mar 2019 08:58:01 -0000 Mailing-List: contact issues-help@openwhisk.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.incubator.apache.org Delivered-To: mailing list issues@openwhisk.incubator.apache.org Received: (qmail 1035 invoked by uid 99); 14 Mar 2019 08:58:01 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2019 08:58:01 +0000 From: GitBox To: issues@openwhisk.apache.org Subject: [GitHub] [incubator-openwhisk] houshengbo commented on issue #4335: How to configure the ssh access among different openwhisk nodes Message-ID: <155255388084.20651.14007945304611160007.gitbox@gitbox.apache.org> Date: Thu, 14 Mar 2019 08:58:00 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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-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. ---------------------------------------------------------------- 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: users@infra.apache.org With regards, Apache Git Services