Diff for /doc/build/oracle9_install.frag between versions 1.2 and 1.3

version 1.2, 2024/08/01 03:55:19 version 1.3, 2024/08/08 16:18:45
Line 93  Finish installing your server, reboot it Line 93  Finish installing your server, reboot it
 <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 &lt;username&gt;
 passwd <username>  passwd &lt;username&gt;
 </pre>  </pre>
 <h3>Firewall Configuration</h3>  <h3>Firewall Configuration</h3>
 <p>  <p>

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


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