From 8a12eb46557f5f29f2555ecc55762bbaa184597a Mon Sep 17 00:00:00 2001 From: Xander Grzywinski Date: Wed, 14 Aug 2019 10:20:28 -0700 Subject: [PATCH] fixed permissions on config file --- docs/03-compute-resources.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/03-compute-resources.md b/docs/03-compute-resources.md index 43a2335..463dbd0 100644 --- a/docs/03-compute-resources.md +++ b/docs/03-compute-resources.md @@ -318,6 +318,11 @@ for instance in controller-0 controller-1 controller-2 worker-0 worker-1 worker- done ``` +After this is done, set the correct permissions on the new config file: +``` +chmod 644 ~/.ssh/config +``` + Test SSH access to the `controller-0` compute instances: ```