Skip to content

Commit

Permalink
added suggestion and fixed colon and ssh-key
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Domb committed Jan 2, 2019
1 parent 5ef154c commit 268f402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If no pods are shown, etcd will need to be [investigated](#etcd-is-not-running).

### Unable to access the Master Nodes via SSH

In order to SSH into the master nodes as user `core`, it is necessary to include an administrator's ssh-key during the installation. When asked by the installation wizard for the ssh-key, make sure you select your ssh-key from the wizard prompt `~/.ssh/*.pub`. This key will be added to the `core` user's `authorized_keys` file. The public key is placed in authorized_keys by Ignition and is not configured via platform-specific approaches like [AWS key pairs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html). To verify if you added the correct ssh key during installation you can use thefollowing command
In order to SSH into the master nodes as user `core`, it is necessary to include an administrator's ssh-key during the installation. When asked by the installation wizard for the ssh-key, make sure you select your ssh-key from the wizard prompt `~/.ssh/*.pub`. This key will be added to the `core` user's `authorized_keys` file. The public key is placed in authorized_keys by Ignition and is not configured via platform-specific approaches like [AWS key pairs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html). To verify if you added the correct ssh-key during installation you can use thefollowing command:

```sh
oc get configmap -n kube-system cluster-config-v1 -o yaml | grep ssh-rsa
Expand Down

0 comments on commit 268f402

Please sign in to comment.