Skip to content

Commit 4e89466

Browse files
committed
windows 10 is EOL
modified: docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx modified: docs/hpc/02_connecting_to_hpc/02_ssh_tunneling_and_x11_forwarding.md
1 parent 14eeed6 commit 4e89466

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,24 @@ To access the HPC systems, you must either be on the NYU secure network (such as
8989

9090
### Mac & Linux Access
9191

92-
#### VPN Connection
93-
If you're on the VPN or the main NYU network on campus you can SSH directly to greene like so:
92+
Once you're on the VPN or the main NYU network on campus you can SSH directly to greene like so:
9493

9594
```sh
9695
ssh <Your NetID>@greene.hpc.nyu.edu
9796
```
9897

99-
### Windows CMD
98+
### Windows
10099

101-
Windows 11 users have several options. First, the CMD program should contain an ssh client, allowing you to log into the HPC systems the same way as with a Linux terminal.
100+
#### Powershell
101+
You can access the ssh client via Powershell, either by installing [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US) or [Powershell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows) directly. With powershell, you would log into the HPC systems the same way as with a Linux terminal.
102102

103103
### Windows WSL2
104104

105-
If you run Windows 10, you can install WSL, and then install Ubuntu or other Linux distribution (for example, from Microsoft Store). You will have a fully functional Ubuntu with terminal and can connect to cluster using instructions provided above for Linux/Mac users.
106-
107-
Instructions on WSL installation can be found here: [https://docs.microsoft.com/en-us/windows/wsl/install-win10][wsl installation link]
105+
Alternatively, you can install WSL2, and then install Ubuntu or other Linux distribution (for example, from Microsoft Store). You will have a fully functional Ubuntu with terminal and can connect to cluster using instructions provided above for Linux/Mac users. Instructions on WSL installation can be found here: [https://docs.microsoft.com/en-us/windows/wsl/install-win10][wsl installation link]
108106

107+
With [Windowns Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US), you can access both the Linux WSL2 shell and the Windows Powershell from the same application.
108+
109109
:::tip
110-
- One of many options to get terminal that support tabs, etc. is to install 'Windows Terminal' from Microsoft Store.
111110
- If you are using WSL 2 (Windows subsystem for Linux), you may not be able to access internet when Cisco AnyConnect VPN, installed from exe file, is activated. A potential solution: uninstall Cisco AnyConnect and install AnyConnect using Microsoft Store, and then setup new VPN connection using settings described on [IT webpage][install vpn on windows link].
112111
:::
113112

docs/hpc/02_connecting_to_hpc/02_ssh_tunneling_and_x11_forwarding.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,5 @@ ssh -Y <NYU_NetID>@greene.hpc.nyu.edu
4848

4949
However, Mac users need to install [XQuartz][xquartz], since X-server is no longer shipped with the macOS.
5050

51-
Windows users will also need to install X server software. We recommend two options out there. We recommend installing Xming. Start Xming application and configure PuTTY to support X11 forwarding:
52-
53-
51+
Windows users will also need to install X server software. We recommend using MobaXTerm. Further instructions are provided in the [introductory HPC tutorial](../12_tutorial_intro_shell_hpc/02_connecting_to_hpc.mdx).
5452

0 commit comments

Comments
 (0)