From: Matt Birkholz Date: Wed, 27 May 2026 19:01:48 +0000 (-0600) Subject: Upcase SSH, for Consistency's sake. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=384bfff5fdc6ac6cc50077deacb974a7398a0ff9;p=Institute Upcase SSH, for Consistency's sake. --- diff --git a/README.org b/README.org index ab0ef6f..70ecf46 100644 --- a/README.org +++ b/README.org @@ -839,7 +839,7 @@ Internet café using just the administrator's notebook. 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. @@ -891,7 +891,7 @@ On the administrator's notebook (in a terminal): : 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~. @@ -910,7 +910,7 @@ file, copied it to the droplet, and installed it as the : 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 @@ -962,7 +962,7 @@ The prospective IP address (~159.65.75.60~) is also pasted into [[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 \