Add docker as SSH username for vSphere provisioned RancherOS nodes

This commit is contained in:
Sebastiaan van Steenis
2018-11-28 11:30:05 +01:00
committed by Denise
parent ae1f0ec380
commit 65d0df90d8
@@ -133,7 +133,7 @@ SSH keys to access the nodes created by Rancher can be downloaded via the **Node
![Download Keys]({{< baseurl >}}/img/rancher/downloadsshkeys.png)
Unzip the downloaded zip file, and use the file `id_rsa` to connect to you host. Be sure to use the correct username (`rancher` for RancherOS, `ubuntu` for Ubuntu, `ec2-user` for Amazon Linux)
Unzip the downloaded zip file, and use the file `id_rsa` to connect to you host. Be sure to use the correct username (`rancher` or `docker` for RancherOS, `ubuntu` for Ubuntu, `ec2-user` for Amazon Linux)
```
$ ssh -i id_rsa user@ip_of_node