mirror of https://github.com/docker/docs.git
Update ssh-into-a-node.md (#2371)
This commit is contained in:
parent
c8a7831003
commit
ab5bb499cd
|
@ -8,7 +8,7 @@ redirect_from:
|
|||
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
|
||||
|
||||
|
@ -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
|
||||
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
|
||||
|
||||
|
@ -101,4 +101,4 @@ Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-40-generic x86_64)
|
|||
https://landscape.canonical.com/
|
||||
Last login: Mon Feb 2 23:29:54 2015 from pool-108-30-19-181.nycmny.fios.verizon.net
|
||||
root@13e9d739-admin:~#
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue