diff --git a/content/quickstarts/connecting/mobaxterm_windows.md b/content/quickstarts/connecting/mobaxterm_windows.md new file mode 100644 index 0000000000000000000000000000000000000000..dd2516bd559425fac3b1dab3877557c7473ac45f --- /dev/null +++ b/content/quickstarts/connecting/mobaxterm_windows.md @@ -0,0 +1,79 @@ ++++ +title = "Using MobaXterm" +description = "Quickstart Guide for MobaXterm" +weight = "22" ++++ + +##### Use of Duo two-factor authentication is **required** to access HCC resources. +##### Please see [Setting up and Using Duo]({{< relref "setting_up_and_using_duo" >}}). +--- + +This quick start will help you configure your MobaXterm installation to work with HCC resources. + +Access to HCC Supercomputers using MobaXterm +------------------------------- +{{< figure src="/images/moba/main.png" height="450" >}} +To connect to HCC resources using MobaXterm, open the application and select the Session Icon. +{{< figure src="/images/moba/session.png" height="450" >}} +Select SSH as the session type. Enter the cluster you are connecting to, in the example, `crane.unl.edu`, is used. Check `Specify username` and enter your HCC username in the the box. Note that <username> +should be replaced by your HCC account username. If you do not have a +HCC account, please contact a HCC specialist +({{< icon name="envelope" >}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu)) +or go to https://hcc.unl.edu/newusers. +To use the **Rhino** cluster, replace crane.unl.edu with with rhino.unl.edu. + +{{< figure src="/images/moba/login.png" height="450" >}} + +Select OK. You will be asked to enter your password and to authenticate with duo. + +{{< figure src="/images/moba/loggedin.png" height="450" >}} + +File Transferring with HCC Supercomputers +----------------------------------------- + +### Using MobaXterm + +MobaXterm allows file transfering in a 'drag and drop' style, similar to WinSCP. MobaXterm also allows editing of files from a built in text editor or an editor of your choice already installed on your local machine. + +**Uploading from local to remote** + +{{< figure src="/images/moba/upload.png" height="450" >}} + +The above example transfers a folder from a local directory of the your computer to the `$HOME` directory of the HCC +supercomputer, Crane. Note that you need to replace `<group name>` +and `<username>` with your HCC group name and username. + +**Downloading from remote to local** + +{{< figure src="/images/moba/download.png" height="450" >}} + +The above example transfers a folder from the `$HOME` directory of +the HCC supercomputer, Crane, to a local directory on +your computer. + +**Editing remote files** + +By double clicking on a file in the toolbar of the left, you are able to open the file in the editor from MobaXterm. + +{{< figure src="/images/moba/defaulttext.png" height="450" >}} + +There is the option to use your own choice of editor already installed on your local machine. Under the `General` Tab in MobaXterm's settings, set the path of the editor's installation. + +{{< figure src="/images/moba/editor.png" height="450" >}} + +In the example above, Notepad++ is used as the choice editor. Once the editor is selected, it becomes the default editor for double clicking files and editing. + +**Generating SSH Keys** + +With Anvil, you will need to generate SSH keys in order to access your instances. These are able to be generated in MobaXterm. + +{{< figure src="/images/moba/menussh.png" height="450" >}} + +In the Generator window, click `Generate` and move your mouse around in the `Key` box randomly to generate the key. + +{{< figure src="/images/moba/genssh.png" height="450" >}} + +After the key is generated, go to the `Conversions` tab and select `Export OpenSSH key` and save it to your local machine. + +{{< figure src="/images/moba/exportssh.png" height="450" >}} +**Treat the private key file the same as you would a password. Keep your private key in a secure location and do not share it with anyone.** \ No newline at end of file diff --git a/static/images/moba/defaulttext.png b/static/images/moba/defaulttext.png new file mode 100755 index 0000000000000000000000000000000000000000..45dc8bedefc8a473ca5e0f44e45193e0683e05ae Binary files /dev/null and b/static/images/moba/defaulttext.png differ diff --git a/static/images/moba/download.png b/static/images/moba/download.png new file mode 100755 index 0000000000000000000000000000000000000000..69b37e353e4733a6d2e66b55dedc272347ccb82f Binary files /dev/null and b/static/images/moba/download.png differ diff --git a/static/images/moba/editor.png b/static/images/moba/editor.png new file mode 100755 index 0000000000000000000000000000000000000000..0fe29d0752dcb823c9cc18180b5bda71a095e95a Binary files /dev/null and b/static/images/moba/editor.png differ diff --git a/static/images/moba/exportssh.png b/static/images/moba/exportssh.png new file mode 100755 index 0000000000000000000000000000000000000000..10b4c3201a26331ffeb0ebd27a8ad4745be3e141 Binary files /dev/null and b/static/images/moba/exportssh.png differ diff --git a/static/images/moba/genssh.png b/static/images/moba/genssh.png new file mode 100755 index 0000000000000000000000000000000000000000..75100ea1b531e4bfb51a174223aaa82e3bcb9caa Binary files /dev/null and b/static/images/moba/genssh.png differ diff --git a/static/images/moba/loggedin.png b/static/images/moba/loggedin.png new file mode 100755 index 0000000000000000000000000000000000000000..09a0beb282444322604a0c8fc702c987ce7cd47b Binary files /dev/null and b/static/images/moba/loggedin.png differ diff --git a/static/images/moba/login.png b/static/images/moba/login.png new file mode 100755 index 0000000000000000000000000000000000000000..2641ebe7bb7bcda2a305a013be828d9d60b8bc3d Binary files /dev/null and b/static/images/moba/login.png differ diff --git a/static/images/moba/main.png b/static/images/moba/main.png new file mode 100755 index 0000000000000000000000000000000000000000..34db03161898443576a83e269afbbdf0ee809c0a Binary files /dev/null and b/static/images/moba/main.png differ diff --git a/static/images/moba/menussh.png b/static/images/moba/menussh.png new file mode 100755 index 0000000000000000000000000000000000000000..5d2dd68482d423797745fe4a46e16ff697ffecfa Binary files /dev/null and b/static/images/moba/menussh.png differ diff --git a/static/images/moba/session.png b/static/images/moba/session.png new file mode 100755 index 0000000000000000000000000000000000000000..50257407e641c9f1f526b33913df0d4344d1ce29 Binary files /dev/null and b/static/images/moba/session.png differ diff --git a/static/images/moba/upload.png b/static/images/moba/upload.png new file mode 100755 index 0000000000000000000000000000000000000000..d9f7a42bbd2ecb3955c697c4563b048b229d5e96 Binary files /dev/null and b/static/images/moba/upload.png differ