From 65d0df90d8f7af6a0c9c1e059ea264043408e9ce Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Wed, 28 Nov 2018 11:30:05 +0100 Subject: [PATCH] Add docker as SSH username for vSphere provisioned RancherOS nodes --- content/rancher/v2.x/en/faq/technical/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/faq/technical/_index.md b/content/rancher/v2.x/en/faq/technical/_index.md index 53ca4537c13..e84855b1987 100644 --- a/content/rancher/v2.x/en/faq/technical/_index.md +++ b/content/rancher/v2.x/en/faq/technical/_index.md @@ -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