From f8e2963a0dfdd070091e2dd6412a068f02d3c290 Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Thu, 8 Feb 2024 18:26:25 -0600
Subject: [PATCH] Clarify X2Go username.

---
 content/anvil/connecting_to_linux_instances_using_x2go.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/anvil/connecting_to_linux_instances_using_x2go.md b/content/anvil/connecting_to_linux_instances_using_x2go.md
index b652c71e..6f723c24 100644
--- a/content/anvil/connecting_to_linux_instances_using_x2go.md
+++ b/content/anvil/connecting_to_linux_instances_using_x2go.md
@@ -39,7 +39,7 @@ Steps:
 Create a new session with the following settings:
 
 1.  Host: IP address of your instance
-2.  Login: centos
+2.  Login: Depends on the Linux version (For example: CentOS - `centos`, Alma - `almalinux`, Ubuntu - `ubuntu`, Fedora - `fedora`, etc.)  See the "Username to Connect" column on [this page]({{< relref "available_images" >}}) for a complete list.  Here `centos` is used.
 3.  RSA key: Configure with the id\_rsa key pair you used to create the
     instance
 4.  Session type: XFCE
-- 
GitLab