Update ssh-into-a-node.md (#2371)

This commit is contained in:
Wang Jie 2017-03-18 02:59:46 +08:00 committed by John Mulhausen
parent c8a7831003
commit ab5bb499cd
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ redirect_from:
title: SSH into a Docker Cloud-managed node title: SSH into a Docker Cloud-managed node
--- ---
You can use add a public SSH key to the *authorized_keys* file in each of your nodes so you can access Docker Cloud provisioned nodes. The quickest way to do this is to run our **<a href="https://hub.docker.com/r/dockercloud/authorizedkeys" target="_blank">dockercloud/authorizedkeys</a>)** container image. You can add a public SSH key to the *authorized_keys* file in each of your nodes so you can access Docker Cloud provisioned nodes. The quickest way to do this is to run our **<a href="https://hub.docker.com/r/dockercloud/authorizedkeys" target="_blank">dockercloud/authorizedkeys</a>)** container image.
## Create pair of keys ## Create pair of keys
@ -73,7 +73,7 @@ From the stack page, click **Create and deploy**.
The service runs, copies your public key to all of your nodes, then terminates The service runs, copies your public key to all of your nodes, then terminates
and automatically destroys the container. and automatically destroys the container.
> **Note**: the default configuration of this service copies the public key you enter to ALL of your existing nodes. > **Note**: The default configuration of this service copies the public key you enter to ALL of your existing nodes.
### SSH into Docker Cloud node ### SSH into Docker Cloud node