Skip to content

Commit

Permalink
Solving Issue #29101 (#29122)
Browse files Browse the repository at this point in the history
See Issue #29101
  • Loading branch information
lagefreitas authored and andreasnoack committed Sep 11, 2018
1 parent 448bc7d commit e85af88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/parallel-computing.md
Expand Up @@ -1595,7 +1595,7 @@ requirements for the inbuilt `LocalManager` and `SSHManager`:
running the Julia REPL (i.e., the master) with the rest of the cluster on the cloud, say on Amazon
EC2. In this case only port 22 needs to be opened at the remote cluster coupled with SSH client
authenticated via public key infrastructure (PKI). Authentication credentials can be supplied
via `sshflags`, for example ```sshflags=`-e <keyfile>` ```.
via `sshflags`, for example ```sshflags=`-i <keyfile>` ```.

In an all-to-all topology (the default), all workers connect to each other via plain TCP sockets.
The security policy on the cluster nodes must thus ensure free connectivity between workers for
Expand Down

0 comments on commit e85af88

Please sign in to comment.