docs/docker-cloud/infrastructure/ssh-into-a-node.md

20 lines
850 B
Markdown

---
description: SSHing into a Docker Cloud-managed node
keywords: ssh, Cloud, node
redirect_from:
- /docker-cloud/getting-started/intermediate/ssh-into-a-node/
- /docker-cloud/tutorials/ssh-into-a-node/
- /docker-cloud/faq/how-ssh-nodes/
title: SSH into a Docker Cloud-managed node
---
You can add a public SSH key to the `authorized_keys` file in each of your Linux
nodes, so that you can log into the nodes using SSH without providing a password.
The quickest way to do this is to create the SSH keys, then run our
[dockercloud/authorizednodes](https://hub.docker.com/r/dockercloud/authorizedkeys){:target="_blank" class="_"}
utility image. Follow the instructions at that link to add the public SSH key to
each node.
Afterward, from a machine which has the private key available, you can SSH into
any of the nodes without providing a password.