Unverified Commit 28b0a766 authored by Da Zheng's avatar Da Zheng Committed by GitHub
Browse files

[Example] Provide instructions of setting up passwordless SSH login. (#2707)

parent 5087a212
......@@ -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.
......
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment