pitt-crc / user-manual

Website Deployment for CRC User Manual
https://crc-pages.pitt.edu/user-manual
5 stars 1 forks source link

Update vscode.md #51

Closed fanurs closed 8 months ago

fanurs commented 8 months ago

Hi, I just set up my VS Code on my Windows machine according to the instructions, and I would like to propose:

fangpingmu commented 8 months ago

"Appending instead of overwriting the id_rsa" This is correct. Where do you find the "overwriting the id_rsa" statement?

fanurs commented 8 months ago

Sorry, I meant to say it overwrites authorized_keys: https://github.com/pitt-crc/user-manual/blob/3cc15902406bd4d5028eb47a7f02377cdd1cf12a/docs/slurm/vscode.md?plain=1#L63

I propose doing cat id_rsa.pub >> authorized_keys instead.

fangpingmu commented 8 months ago

Thanks to report this problem. I have changed https://crc-pages.pitt.edu/user-manual/slurm/vscode/

chnixi commented 8 months ago

Windows does not support the ControlMaster functionality, and the syntax convention for backslash and double quotes is different than On Linux/Mac. The current VSCode user manual page needs to be modified and confirmed (already partially done).