diff --git a/content/connecting/mobaxterm.md b/content/connecting/mobaxterm.md
index c774b70553935dc2f99c31afdce719fe067f0dbd..38a417ae1eef5549677ccb848ca014a5fe212304 100644
--- a/content/connecting/mobaxterm.md
+++ b/content/connecting/mobaxterm.md
@@ -62,8 +62,17 @@ There is the option to use your own choice of editor already installed on your l
 {{< 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.
+### Using an SFTP Session
 
-**Generating SSH Keys**
+With HCC Clusters, MobaXterm requires an additional option to be marked to allow SFTP sessions to properly work. MobaXterm will still prompt you for DUO authentication, but will not properly work unless the `2-Steps Authentication` checkbox is enabled in your session settings
+
+To accomplish this, go to the `Advanced Sftp Settings` when creating a new SFTP session and select `2-Steps Authentication`
+
+
+{{< figure src="/images/moba/MobaXTermSFTP2FA.png" height="450" >}}
+
+
+### 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. 
 
diff --git a/static/images/moba/MobaXTermSFTP2FA.png b/static/images/moba/MobaXTermSFTP2FA.png
new file mode 100644
index 0000000000000000000000000000000000000000..cac452c891e283534ed0188da4337c2a0cb3ed35
Binary files /dev/null and b/static/images/moba/MobaXTermSFTP2FA.png differ