Differences
This shows you the differences between the selected revisions of the page.
| guide_digitalocean 2021-06-18 | guide_digitalocean 2026-06-02 (current) | ||
| Line 22: | Line 22: | ||
| If you want to add the key to your existing droplet: | If you want to add the key to your existing droplet: | ||
| - | * Connect to the droplet with the [[https://docs.digitalocean.com/products/droplets/how-to/connect-with-ssh/|SSH]] or [[https://docs.digitalocean.com/products/droplets/resources/recovery-console/|DigitalOcean recovery console]]; | + | * Connect to the droplet with the [[https://docs.digitalocean.com/products/droplets/how-to/connect-with-ssh/|SSH]] or [[https://docs.digitalocean.com/products/droplets/how-to/recovery/recovery-console/|DigitalOcean recovery console]]; |
| * Follow instructions for [[guide_public_key#configure_openssh|setting up SSH public key authentication for OpenSSH servers]]. | * Follow instructions for [[guide_public_key#configure_openssh|setting up SSH public key authentication for OpenSSH servers]]. | ||
| Line 31: | Line 31: | ||
| * IP address: It is the dotted number in a format ''aaa.bbb.ccc.ddd'' below your droplet hostname on the droplet console panel. | * IP address: It is the dotted number in a format ''aaa.bbb.ccc.ddd'' below your droplet hostname on the droplet console panel. | ||
| * Host key fingerprint: On the first connect you will be prompted to [[ssh_verifying_the_host_key|verify a server host key]]. While the DigitalOcean documentation suggests you can accept the droplet host key on the first connect without verifying it, to maintain maximum security, you should securely acquire a fingerprint of the host key: | * Host key fingerprint: On the first connect you will be prompted to [[ssh_verifying_the_host_key|verify a server host key]]. While the DigitalOcean documentation suggests you can accept the droplet host key on the first connect without verifying it, to maintain maximum security, you should securely acquire a fingerprint of the host key: | ||
| - | * [[https://docs.digitalocean.com/products/droplets/resources/console/|Connect to the droplet with the DigitalOcean console]]; | + | * [[https://docs.digitalocean.com/products/droplets/how-to/recovery/recovery-console/|Connect to the droplet with the DigitalOcean recovery console]]; |
| * Use the following commands to display fingerprints of the host keys: \\ <code> | * Use the following commands to display fingerprints of the host keys: \\ <code> | ||
| root@droplet:~# ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub | root@droplet:~# ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub | ||
| Line 42: | Line 42: | ||
| * Make sure //New site// node is selected. | * Make sure //New site// node is selected. | ||
| * On the //New site node//, make sure //%%SFTP%%// protocol is selected. | * On the //New site node//, make sure //%%SFTP%%// protocol is selected. | ||
| - | * Enter your droplet IP address (see above) into the //Host name// box. | + | * Enter your droplet IP address (see above) into the //Hostname// box. |
| - | * Enter ''root'' into the //User name// box. | + | * Enter ''root'' into the //Username// box. |
| * If you are authenticating with the root password: | * If you are authenticating with the root password: | ||
| * Enter your root password into the //Password// box. | * Enter your root password into the //Password// box. | ||