--- doc/build/rocky9_install.frag 2024/06/22 13:56:27 1.1 +++ doc/build/rocky9_install.frag 2024/06/22 22:25:11 1.2 @@ -89,10 +89,10 @@ Finish installing your server, reboot it

Optionally add a user who can login using ssh

-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 <username> 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 <username> 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.

 /sbin/adduser  
-passwd  
+passwd 
 

Firewall Configuration