Files
docker-docs/docker-cloud/cloud-swarm/ssh-key-setup.md
Misty Stanley-Jones a4f5e30249 Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00

1.5 KiB

previewflag, description, keywords, title
previewflag description keywords title
cloud-swarm How to set up SSH keys Cloud, SSH keys, Azure, link 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 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.

Otherwise, create a new SSH key.

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 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 %}