diff --git a/content/connecting/_index.md b/content/connecting/_index.md index b034a254dc2d8c838750c462b3ac63af6e182840..ca82340c2389fbfee36dccfdd90a82795e35bc85 100644 --- a/content/connecting/_index.md +++ b/content/connecting/_index.md @@ -8,7 +8,7 @@ How to connect to HCC resources **1. Create an Account:** The use of HCC resources requires an HCC account to be created. To create an account, follow the steps in [Creating an Account]({{< relref "/accounts/_index.md" >}}). -**2. Open a terminal or SSH client** Most interactions with HCC clusters are done through SSH and the command line. In MacOS, Linux, and recent versions of Windows 10, there is an SSH client built-in and can be used from their [respective terminals]({{< relref "terminal.md" >}}). For older versions of Windows, an application such as [PuTTY]({{< relref "putty.md" >}}) or [MobaXterm]({{< relref "mobaxterm.md" >}}) is needed. +**2. Open a terminal or SSH client** Most interactions with HCC clusters are done through SSH and the command line. In MacOS, Linux, recent versions of Windows 10, and Windows 11 there is an SSH client built-in and can be used from their [respective terminals]({{< relref "terminal.md" >}}). For older versions of Windows, an application such as [PuTTY]({{< relref "putty.md" >}}) or [MobaXterm]({{< relref "mobaxterm.md" >}}) is needed. **3. Connect to an HCC cluster:** From the terminal or application, use SSH to connect to one of the available clusters. In the terminal, enter `ssh <username>@crane.unl.edu` to connect to the Crane cluster, for example. With [PuTTY]({{< relref "putty.md" >}}) or [MobaXterm]({{< relref "mobaxterm.md" >}}), refer to their respective pages for a guide on how to connect diff --git a/content/connecting/putty.md b/content/connecting/putty.md index 20efba0616f08482d0edc11768c05ecf8c182848..37db567b4742d4047bb8442fbd864dca21e03bf0 100644 --- a/content/connecting/putty.md +++ b/content/connecting/putty.md @@ -8,7 +8,7 @@ weight = "20" ##### Please see [Setting up and Using Duo]({{< relref "setting_up_and_using_duo" >}}). - [Connecting to HCC Clusters](#connecting-to-hcc-clusters) -- [Windows 10](#windows-10) +- [Windows 10 / 11](#windows-10-and-11) - [Windows 8.1](#windows-8-1) - [Next Steps:](#next-steps) @@ -20,10 +20,10 @@ If you have a MacOS or Linux system, please see [Connecting with Terminal] {{% /notice %}} -## Windows 10 +## Windows 10 and 11 -------------- -Windows 10 users, can connect using the +Windows 10 and 11 users, can connect using the Command Prompt. Please see [Connecting with the Terminal]({{< relref "/connecting/terminal" >}}) for more details. diff --git a/content/handling_data/_index.md b/content/handling_data/_index.md index 31e22fe34255ddc73bdd311073e122c25bbfb9c0..397af7546bc2baad77f056b471e7fd400471fb3b 100644 --- a/content/handling_data/_index.md +++ b/content/handling_data/_index.md @@ -15,7 +15,7 @@ HCC also offers a separate, near-line archive with space available for purchase You can also use your [UNL OneDrive Account]({{< relref "data_transfer/using_rclone_with_hcc/" >}}) account to download and upload files from any of the HCC clusters. -For moving general data into or out of HCC Resources, users are recommended to use [scp]({{<relref "data_transfer/scp" >}}) for command line transfers on Windows 10, MacOS, and Linux, or for graphical transfers, [WinSCP]({{<relref "data_transfer/winscp" >}}) for Windows, and [CyberDuck]({{<relref "data_transfer/cyberduck" >}}) for MacOS and Linux +For moving general data into or out of HCC Resources, users are recommended to use [scp]({{<relref "data_transfer/scp" >}}) for command line transfers on Windows 10, Windows 11, MacOS, and Linux, or for graphical transfers, [WinSCP]({{<relref "data_transfer/winscp" >}}) for Windows, and [CyberDuck]({{<relref "data_transfer/cyberduck" >}}) for MacOS and Linux For moving large amounts of data into or out of HCC resources, users are highly encouraged to consider using [Globus Connect]({{< relref "data_transfer/globus_connect/" >}}). diff --git a/content/handling_data/data_transfer/scp.md b/content/handling_data/data_transfer/scp.md index fc66cf8a7461bfdb45d80e59e9ebbcbeaaa82d44..14c46fb023584df667c8975215d3d6c50a908626 100644 --- a/content/handling_data/data_transfer/scp.md +++ b/content/handling_data/data_transfer/scp.md @@ -6,7 +6,7 @@ weight = "10" ## Using the SCP command -For MacOS, Linux, and Windows 10 users, file transferring between your personal computer +For MacOS, Linux, Windows 10 and Windows 11 users, file transferring between your personal computer and the HCC supercomputers can be achieved through the command `scp` which stands for secure copy. This method is ideal for quick transfer of smaller files. For large volume transfers, we recommend the using [Globus] or an SCP client such as [WinSCP for Windows]({{< relref "winscp">}}) or