Skip to content

Commit

Permalink
[Example] Provide instructions of setting up passwordless SSH login. (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da authored Feb 28, 2021
1 parent 5087a21 commit 28b0a76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/pytorch/graphsage/experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion examples/pytorch/rgcn/experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 28b0a76

Please sign in to comment.