Skip to content

Commit

Permalink
Update vscode.md (#51)
Browse files Browse the repository at this point in the history
- Removed backslash (was this intended?)
- Appending instead of overwriting the `id_rsa`
  • Loading branch information
fanurs authored Mar 4, 2024
1 parent 83cf685 commit c3542c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/slurm/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Host htc
User <name>
Host htcx
ProxyCommand ssh htc "nc \$(squeue --me --name=tunnel --states=R -h -O NodeList,Comment)"
ProxyCommand ssh htc "nc $(squeue --me --name=tunnel --states=R -h -O NodeList,Comment)"
StrictHostKeyChecking no
User <name>
```
Expand Down

0 comments on commit c3542c1

Please sign in to comment.