From fb119bb50c6d287dc8c443259956a13ad20b89f9 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Tue, 13 Jun 2017 17:13:33 -0700 Subject: [PATCH] Automatically add ip addresses to list of known hosts in cluster usage documentation. (#667) --- doc/source/using-ray-on-a-large-cluster.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/using-ray-on-a-large-cluster.rst b/doc/source/using-ray-on-a-large-cluster.rst index 972bd6a0b..c68ae0b03 100644 --- a/doc/source/using-ray-on-a-large-cluster.rst +++ b/doc/source/using-ray-on-a-large-cluster.rst @@ -85,7 +85,7 @@ Confirm that you can ssh to all nodes .. code-block:: bash for host in $(cat workers.txt); do - ssh $host uptime + ssh -o "StrictHostKeyChecking no" $host uptime done You may need to verify the host keys during this process. If so, run this step