diff --git a/static/markdown/anvil-images.md b/static/markdown/anvil-images.md index 69b799046c1dbdd9fb35a9e1a1d9e36eb993dfee..f6ad9025fa0f74298826c5d49a1347961d8c4d51 100644 --- a/static/markdown/anvil-images.md +++ b/static/markdown/anvil-images.md @@ -1,13 +1,14 @@ | Image Name | Username to Connect | Access instructions | Description | | ------------------------ | --------------------- | ------------------------------------ | --------------------------------------------------------------------------------- | -| Alma Linux 8.5 | `almalinux` | `ssh -l almalinux@<ip address>` | AlmaLinux is a free and open source Linux distribution that is binary-compatible with Red Hat Enterprise Linux (RHEL).| +| Alma Linux 8.5 | `almalinux` | `ssh -l almalinux <ip address>` | AlmaLinux is a free and open source Linux distribution that is binary-compatible with Red Hat Enterprise Linux (RHEL).| +| Alma Linux 8.6 | `almalinux` | `ssh -l almalinux <ip address>` | AlmaLinux is a free and open source Linux distribution that is binary-compatible with Red Hat Enterprise Linux (RHEL).| | Cloudera 5.12 GNOME | `cloudera` | [X2Go instructions](/anvil/connecting_to_linux_instances_using_x2go/) | Cloudera 5.12 QuickStart VM. *Note*: Follow the X2Go instructions, but choose GNOME for the Session type instead of Xfce.| -| CentOS 7.4 | `centos` | `ssh -l centos@<ip address>` | The CentOS Linux distribution is a stable, predictable, manageable and reproducible platform derived from the sources of Red Hat Enterprise Linux (RHEL).| -| CentOS 7.8 | `centos` | `ssh -l centos@<ip address>` | The CentOS Linux distribution is a stable, predictable, manageable and reproducible platform derived from the sources of Red Hat Enterprise Linux (RHEL).| +| CentOS 7.4 | `centos` | `ssh -l centos <ip address>` | The CentOS Linux distribution is a stable, predictable, manageable and reproducible platform derived from the sources of Red Hat Enterprise Linux (RHEL).| +| CentOS 7.8 | `centos` | `ssh -l centos <ip address>` | The CentOS Linux distribution is a stable, predictable, manageable and reproducible platform derived from the sources of Red Hat Enterprise Linux (RHEL).| | CentOS 7.4 Xfce | `centos` | [X2Go instructions](/anvil/connecting_to_linux_instances_using_x2go/) | CentOS 7.4 with the Xfce Desktop Environment pre-installed.| -| CentOS 8.1 | `centos` | `ssh -l centos@<ip address>` | The CentOS Linux distribution is a stable, predictable, manageable and reproducible platform derived from the sources of Red Hat Enterprise Linux (RHEL).| -| Fedora 32 Cloud | `fedora` | `ssh -l fedora <ipaddress>` | Fedora is a Linux distribution developed by the community-supported Fedora Project and sponsored by the Red Hat company.| -| Fedora 33 Cloud | `fedora` | `ssh -l fedora <ipaddress>` | Fedora is a Linux distribution developed by the community-supported Fedora Project and sponsored by the Red Hat company.| +| CentOS 8.1 | `centos` | `ssh -l centos <ip address>` | The CentOS Linux distribution is a stable, predictable, manageable and reproducible platform derived from the sources of Red Hat Enterprise Linux (RHEL).| +| Fedora 32 Cloud | `fedora` | `ssh -l fedora <ip address>` | Fedora is a Linux distribution developed by the community-supported Fedora Project and sponsored by the Red Hat company.| +| Fedora 33 Cloud | `fedora` | `ssh -l fedora <ip address>` | Fedora is a Linux distribution developed by the community-supported Fedora Project and sponsored by the Red Hat company.| | Fedora 32 Xfce | `fedora` | [X2Go instructions](/anvil/connecting_to_linux_instances_using_x2go/) | Fedora 28 with the Xfce Desktop Environment pre-installed.| | Fedora 32 RStudio (Xfce) | `fedora` | [X2Go instructions](/anvil/connecting_to_linux_instances_using_x2go/) | Fedora 28 with Rstudio and Xfce pre-installed.| | Rocky Linux 8.5 | `rocky` | `ssh -l rocky@<ip address>` | Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux. | @@ -17,7 +18,7 @@ | Windows 10 SAS | `.\cloud-user` | [Windows instructions](/anvil/connecting_to_windows_instances) | Windows 10 LTSC with SAS 9.4 pre-installed. | | Windows 10 Mathematica | `.\cloud-user` | [Windows instructions](/anvil/connecting_to_windows_instances) | Windows 10 LTSB with Mathematica 10.4 and 11.0 pre-installed.| | Windows 10 Mathematica 12.0 | `.\cloud-user` | [Windows instructions](/anvil/connecting_to_windows_instances) | Windows 10 LTSC with Mathematica 12.0 pre-installed.| -| Ubuntu Cloud 18.04 LTS | `ubuntu` | `ssh -l ubuntu <ipaddress>` | Ubuntu Cloud Image from the 18.04 Long Term Support release.| -| Ubuntu Cloud 20.04 LTS | `ubuntu` | `ssh -l ubuntu <ipaddress>` | Ubuntu Cloud Image from the 20.04 Long Term Support release.| +| Ubuntu Cloud 18.04 LTS | `ubuntu` | `ssh -l ubuntu <ip address>` | Ubuntu Cloud Image from the 18.04 Long Term Support release.| +| Ubuntu Cloud 20.04 LTS | `ubuntu` | `ssh -l ubuntu <ip address>` | Ubuntu Cloud Image from the 20.04 Long Term Support release.| | Ubuntu 18.04 Xfce | `ubuntu` | [X2Go instructions](/anvil/connecting_to_linux_instances_using_x2go/) | Ubuntu 18.04 with the Xfce Desktop Environment pre-installed.| -| MariaDB Server 10.5 | `centos`/`root` | `ssh -l centos <ip address>`/[MySQL instructions](/anvil/using_mysql) | CentOS 7 based image with a pre-configured MariaDB server. | +| MariaDB Server 10.5 | `centos`/`root` | `ssh -l centos <ip address>`/[MySQL instructions](/anvil/using_mysql) | CentOS 7 based image with a pre-configured MariaDB server. |