Add VSCode Remote SSH connection guide - #402
Conversation
Added a guide for connecting VSCode to Apptainer Jupyter Notebook environments via SSH, including steps for SSH key generation, configuration, and connection.
|
Updated instructions for connecting VSCode to the Torch login node, including SSH configuration and connection steps.
|
|
||
| Configure Remote - SSH settings: | ||
| - Check off `Remote.SSH: Lockfiles In Tmp` | ||
| - Uncheck `Remote.SSH: Use Flock` |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Uncheck'?
|
|
||
| `Install in SSH: torch` | ||
|
|
||
| ## Step 2: Start a dummy batch job and connect to the compute node |
There was a problem hiding this comment.
[TitleCase.TitleCase] 'Step 2: Start a dummy batch job and connect to the compute node' should use title case
| @@ -0,0 +1,38 @@ | |||
| # Connect VSCode to Torch | |||
There was a problem hiding this comment.
🚫 [remark-lint] reported by reviewdog 🐶
Error: Could not find module remark-lint-no-undefined-references
| @@ -0,0 +1,54 @@ | |||
| # Use Apptainer Jupyter Notebooks in VSCode on Torch | |||
There was a problem hiding this comment.
🚫 [remark-lint] reported by reviewdog 🐶
Error: Could not find module remark-lint-no-undefined-references
|
|
||
| Configure Remote - SSH settings: | ||
| 1. Check off `Remote.SSH: Lockfiles In Tmp` | ||
| 2. Uncheck `Remote.SSH: Use Flock` |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Uncheck'?
|
@Amanda-dong : We also offer Try it out and explain how using |
|
|
||
| Configure Remote - SSH settings: | ||
| 1. Check off `Remote.SSH: Lockfiles In Tmp` | ||
| 2. Uncheck `Remote.SSH: Use Flock` |
There was a problem hiding this comment.
🚫 [vale] <Vale.Spelling> reported by reviewdog 🐶
Did you really mean 'Uncheck'?
| 2. Uncheck `Remote.SSH: Use Flock` | |
| 2. Recheck `Remote.SSH: Use Flock` |
| 2. Uncheck `Remote.SSH: Use Flock` | |
| 2. Check `Remote.SSH: Use Flock` |
| 2. Uncheck `Remote.SSH: Use Flock` | |
| 2. Pinchbeck `Remote.SSH: Use Flock` |
|
|
||
| `Install in SSH: torch` | ||
|
|
||
| ## Step 2: Start a dummy batch job and connect to the compute node |
There was a problem hiding this comment.
'Step 2: Start a dummy batch job and connect to the compute node' should use title case
s-sajid-ali
left a comment
There was a problem hiding this comment.
Overall, it would be better to add a full page on code-server at rts-docs/docs/hpc/09_ood.
Then, use this page to start with a reference to it as the preferred option and only using VSCode if necessary.
We now also ask users to add the Torch compute node hosts to their ssh config file at https://services.rt.nyu.edu/docs/hpc/connecting_to_hpc/connecting_to_hpc/#configuring-your-ssh-client . It's best to refer to it rather than add a new code block as we may forget to add the compute node section.
Added a guide for connecting VSCode to Apptainer Jupyter Notebook environments via SSH, including steps for SSH key generation, configuration, and connection.