Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 809 Bytes

File metadata and controls

18 lines (13 loc) · 809 Bytes

+++ title = "Connecting To Your Server Using SSH Keys" layout = "howto" weight = 80 hidden = true tags = ["remote access", "ssh"] +++

{{% notice note %}} Feature only available on [Private Cloud]({{< ref "accounts/billing/private-cloud-prices" >}}) environments. {{% /notice %}}

To easily manage your server accounts, you can install global SSH keys in the SSH keys tab for your server. These are used to connect to any account without knowing the password.

{{< fig "images/admin-interface_global-ssh-keys.en.png" "Administration interface: global SSH keys" >}}

Your public SSH key to copy in this form is given in a file of the $HOME/.ssh directory of your computer (for example $HOME/.ssh/id_ed25519.pub). If you do not have one you can [generate it]({{< ref "remote-access/ssh/use-keys" >}}).