]> birchwood-abbey.net Git - Institute/commitdiff
Upcase SSH, for Consistency's sake.
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 27 May 2026 19:01:48 +0000 (13:01 -0600)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 27 May 2026 19:01:48 +0000 (13:01 -0600)
README.org

index ab0ef6f64a76c0e38eae42ea2c6a39814d4c7e7e..70ecf46084211d13db8eb83bcb2ea264f376c6be 100644 (file)
@@ -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 \