From 28b0a76618b61726371f56c58d4ba097143ebdd5 Mon Sep 17 00:00:00 2001 From: Da Zheng Date: Sat, 27 Feb 2021 18:34:46 -0800 Subject: [PATCH] [Example] Provide instructions of setting up passwordless SSH login. (#2707) --- examples/pytorch/graphsage/experimental/README.md | 3 ++- examples/pytorch/rgcn/experimental/README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/pytorch/graphsage/experimental/README.md b/examples/pytorch/graphsage/experimental/README.md index c1928354e6ce..9212109a787a 100644 --- a/examples/pytorch/graphsage/experimental/README.md +++ b/examples/pytorch/graphsage/experimental/README.md @@ -86,7 +86,8 @@ could like this: 172.31.16.98 ``` -Users need to make sure that the master node (node-0) has right permission to ssh to all the other nodes. +Users need to make sure that the master node (node-0) has right permission to ssh to all the other nodes without password authentication. +[This link](https://linuxize.com/post/how-to-setup-passwordless-ssh-login/) provides instructions of setting passwordless SSH login. ### Step 2: partition the graph. diff --git a/examples/pytorch/rgcn/experimental/README.md b/examples/pytorch/rgcn/experimental/README.md index 0e479e846771..43c9aa70ae88 100644 --- a/examples/pytorch/rgcn/experimental/README.md +++ b/examples/pytorch/rgcn/experimental/README.md @@ -89,7 +89,8 @@ User need to set their own IP configuration file `ip_config.txt` before training 172.31.0.4 ``` -Users need to make sure that the master node (node-0) has right permission to ssh to all the other nodes. +Users need to make sure that the master node (node-0) has right permission to ssh to all the other nodes without password authentication. +[This link](https://linuxize.com/post/how-to-setup-passwordless-ssh-login/) provides instructions of setting passwordless SSH login. ### Step 2: partition the graph.