Skip to content

Commit 5c2c9f3

Browse files
Merge pull request #234923 from mattmcinnes/patch-61
[Doc-a-thon] Updating dsvm-ubuntu-intro.md
2 parents 5d7dadf + e43fa24 commit 5c2c9f3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ ms.service: data-science-vm
66
author: jeff-shepherd
77
ms.author: jeffshep
88
ms.topic: quickstart
9-
ms.date: 03/10/2020
9+
ms.date: 04/18/2023
1010
ms.custom: mode-other
11+
ms.reviewer: mattmcinnes
1112
#Customer intent: As a data scientist, I want to learn how to provision the Linux DSVM so that I can move my existing workflow to the cloud.
1213
---
1314

@@ -69,20 +70,23 @@ Here are the steps to create an instance of the Ubuntu 20.04 Data Science Virtua
6970

7071
## How to access the Ubuntu Data Science Virtual Machine
7172

72-
You can access the Ubuntu DSVM in one of three ways:
73+
You can access the Ubuntu DSVM in one of four ways:
7374

7475
* SSH for terminal sessions
76+
* xrdp for graphical sessions
7577
* X2Go for graphical sessions
7678
* JupyterHub and JupyterLab for Jupyter notebooks
7779

7880
### SSH
7981

80-
If you configured your VM with SSH authentication, you can log on using the account credentials that you created in the **Basics** section of step 3 for the text shell interface. On Windows, you can download an SSH client tool like [PuTTY](https://www.putty.org). If you prefer a graphical desktop (X Window System), you can use X11 forwarding on PuTTY.
82+
If you configured your VM with SSH authentication, you can log on using the account credentials that you created in the **Basics** section of step 3 for the text shell interface. [Learn more about connecting to a Linux VM](../../virtual-machines/linux-vm-connect.md).
8183

82-
> [!NOTE]
83-
> The X2Go client performed better than X11 forwarding in testing. We recommend using the X2Go client for a graphical desktop interface.
84+
### xrdp
85+
xrdp is the standard tool for accessing Linux graphical sessions. While this isn't included in the distro by default, you can [install it by following these instructions](../../virtual-machines/linux/use-remote-desktop.md).
8486

8587
### X2Go
88+
> [!NOTE]
89+
> The X2Go client performed better than X11 forwarding in testing. We recommend using the X2Go client for a graphical desktop interface.
8690
8791
The Linux VM is already provisioned with X2Go Server and ready to accept client connections. To connect to the Linux VM graphical desktop, complete the following procedure on your client:
8892

0 commit comments

Comments
 (0)