Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 850 Bytes

ssh-into-a-node.md

File metadata and controls

20 lines (17 loc) · 850 Bytes
description keywords redirect_from title
SSHing into a Docker Cloud-managed node
ssh, Cloud, node
/docker-cloud/getting-started/intermediate/ssh-into-a-node/
/docker-cloud/tutorials/ssh-into-a-node/
/docker-cloud/faq/how-ssh-nodes/
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{: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.