The following example prepared a Digital Ocean droplet to be Front.
The institute administrator opened an account at Digital Ocean,
-registered an ssh key, and used a Digital Ocean control panel to
+registered an SSH key, and used a Digital Ocean control panel to
create a new machine (again, one of the cheapest, smallest available)
with Debian 13 installed, named ~small.example.org~. Once created,
the machine and its IP address (~159.65.75.60~) appeared on the panel.
: notebook$
After creating the ~sysadm~ account on the droplet, the administrator
-concatenated a personal public ssh key and the key found in
+concatenated a personal public SSH key and the key found in
[[file:Secret/ssh_admin/][=Secret/ssh_admin/=]] (created by [[*The CA Command][The CA Command]]) into an =admin_keys=
file, copied it to the droplet, and installed it as the
=authorized_keys= for ~sysadm~.
: notebook$
After installing authorized keys, the administrator verified that
-password-less ssh logins work, then disabled root logins and tested
+password-less SSH logins work, then disabled root logins and tested
that they were indeed denied.
: notebook$ ssh sysadm@$H
[[file:public/vars.yml][=public/vars.yml=]] as the value of ~front_addr~ (as in the example
[[front-addr][here]]).
-Finally, the new machine's ssh public host is copied to
+Finally, the new machine's SSH public host is copied to
=private/front_ed25519_key.pub=.
: notebook$ scp sysadm@$H:/etc/ssh/ssh_host_ed25519_key.pub \