Files
docker-docs/docker-cloud/cloud-swarm/ssh-key-setup.md
Victoria Bialas e552c02d7b WIP: add Cloud link to Azure topics (#2713)
* add Cloud link to Azure topics

WIP: 1st draft includes, tabs re: SSH key topics

adding more Azure Cloud content and SSH includes

copyedits

cloud azure, aws topics organization, videos

incorporated review comments

copyedits, colour-coded TBD's

copyedits to make create a swarm w/AWS and Azure consistent

updated links to use new titles

added SSH key setup to the Swarm overview list of links

updated link services titles

add ssh to glossary, note autoredeploy limitations

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* screen snaps, updates per latest on staging

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added link

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* resolved conflicts in TOC

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added Azure accept EULA/enable subscription, more steps, snaps

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed the comments to not break numbering

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* new snaps and review comments incorporated from Alberto and Ryan

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added screen snaps, review comments, more steps

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added screen snaps, detail to Azure create swarm

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* new snap showing linked AWS as provider

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* AWS screen snaps and detailed steps

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* AWS swarm name rules clarification

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added x-refs to edition topics on config per reviews

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added connect screen snap w/production commands, AWS pricing

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added more code examples and clarification to swarm connect

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added more code examples for Azure and AWS

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-02 13:28:55 -07:00

54 lines
1.5 KiB
Markdown

---
previewflag: cloud-swarm
description: How to set up SSH keys
keywords: Cloud, SSH keys, Azure, link
title: Set up SSH keys
---
You can link your Cloud and Service providers so that Docker Cloud can provision and manage swarms on your behalf. For this, you will need an SSH key to authenticate Docker to your provider.
## About SSH
{% include content/ssh/ssh-overview.md %}
## Check for existing SSH keys
You may not need to generate a new SSH key if you have an existing key that you
want to reuse.
{% include content/ssh/ssh-find-keys.md %}
If you find an existing key you want to use, skip to the topic that describes
how to [copy your public key for use with Docker
Cloud](#copy-your-public-key-for-use-with-docker-cloud).
Otherwise, [create a new SSH
key](#create-a-new-ssh-key-for-use-by-docker-cloud).
## Create a new SSH key
{% include content/ssh/ssh-gen-keys.md %}
## Add your key to the ssh-agent
{% include content/ssh/ssh-add-keys-to-agent.md %}
## Copy your public key for use with Docker Cloud
You will need your SSH public key to provide to Docker Cloud. When you are ready
to add it, you can copy the public key as follows.
{% include content/ssh/ssh-copy-key.md %}
## Related topics
* [Swarms in Docker Cloud](index.md)
* [Link to Docker Cloud to Amazon Web Services](link-aws-swarm.md)
* [Link Docker Cloud to Microsoft Azure Cloud Services](link-azure-swarm.md)
* [Create a new swarm on Microsoft Azure in Docker Cloud](create-cloud-swarm-azure.md)
* [Create a new swarm on AWS in Docker Cloud](create-cloud-swarm-azure.md)