fixed permissions on config file
parent
58206e4819
commit
8a12eb4655
|
@ -318,6 +318,11 @@ for instance in controller-0 controller-1 controller-2 worker-0 worker-1 worker-
|
||||||
done
|
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:
|
Test SSH access to the `controller-0` compute instances:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue