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
|
|
||
| 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 |
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.
| Install the VSCode Remote - SSH extension. | ||
|
|
||
| Configure Remote - SSH settings: | ||
| - Enable `Remote.SSH: Lockfiles In Tmp` |
There was a problem hiding this comment.
Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
|
||
| Configure Remote - SSH settings: | ||
| - Enable `Remote.SSH: Lockfiles In Tmp` | ||
| - Unable `Remote.SSH: Use Flock` |
There was a problem hiding this comment.
Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
Added a guide for connecting VSCode to Apptainer Jupyter Notebook environments via SSH, including steps for SSH key generation, configuration, and connection.