[LON-CAPA-cvs] cvs: doc /build alma9_install.frag
raeburn
raeburn at source.lon-capa.org
Sat Jun 22 18:26:13 EDT 2024
raeburn Sat Jun 22 22:26:13 2024 EDT
Modified files:
/doc/build alma9_install.frag
Log:
- Document how to add a user, since installation menu does prompt you to
create a non-root user.
Index: doc/build/alma9_install.frag
diff -u doc/build/alma9_install.frag:1.1 doc/build/alma9_install.frag:1.2
--- doc/build/alma9_install.frag:1.1 Sat Jun 22 19:49:17 2024
+++ doc/build/alma9_install.frag Sat Jun 22 22:26:13 2024
@@ -84,6 +84,13 @@
<p>
Finish installing your server, reboot it, and log in as root.
</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 <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.
+<pre>
+/sbin/adduser <username>
+passwd <username>
+</pre>
<h3>Firewall Configuration</h3>
<p>
LON-CAPA can use Firewalld, available by default for AlmaLinux 9. Enable access to standard
More information about the LON-CAPA-cvs
mailing list