Diff for /doc/build/alma9_install.frag between versions 1.1 and 1.2

version 1.1, 2024/06/22 19:49:17 version 1.2, 2024/06/22 22:26:13
Line 84  There are a few steps that require comme Line 84  There are a few steps that require comme
 <p>  <p>
 Finish installing your server, reboot it, and log in as root.  Finish installing your server, reboot it, and log in as root.
 </p>  </p>
   <h3>Optionally add a user who can login using ssh</h3>
   <p>
   The default is to disallow login for root using ssh, so if you plan to allow remote access via ssh, it is recommended to create a user account, replacing &lt;username&gt; with the desired username in the commands below. If you prefer, you can skip this step and simply use the Linux user account which you will create later at step 6 ("Creating a Domain Coordinator") for ssh access.
   <pre>
   /sbin/adduser <username>
   passwd <username>
   </pre>
 <h3>Firewall Configuration</h3>  <h3>Firewall Configuration</h3>
 <p>  <p>
 LON-CAPA can use Firewalld, available by default for AlmaLinux 9.  Enable access to standard   LON-CAPA can use Firewalld, available by default for AlmaLinux 9.  Enable access to standard 

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>