mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08:58 +03:00
fixed permissions on config file
This commit is contained in:
@@ -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:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user