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

version 1.1, 2024/06/22 13:56:27 version 1.2, 2024/06/22 22:25:11
Line 89  Finish installing your server, reboot it Line 89  Finish installing your server, reboot it
 </p>  </p>
 <h3>Optionally add a user who can login using ssh</h3>  <h3>Optionally add a user who can login using ssh</h3>
 <p>  <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.    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>  <pre>
 /sbin/adduser <username>   /sbin/adduser <username> 
 passwd  <username>  passwd <username>
 </pre>  </pre>
 <h3>Firewall Configuration</h3>  <h3>Firewall Configuration</h3>
 <p>  <p>

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


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