Skip to content

Commit 07dc36b

Browse files
committed
minor lint fix
modified: docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.md
1 parent b06eefb commit 07dc36b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ SSH keys are not supported on Torch!
127127
Instead of typing your password every time you need to log in, you can also specify an ssh key.
128128

129129
- Only do that on the computer you trust
130-
- Generate ssh key pair (terminal in Linux/Mac or cmd/WSL in Windows): [https://www.ssh.com/ssh/keygen/][ssh instructions keygen link]
130+
- Generate ssh key pair (terminal in Linux/Mac or cmd/WSL in Windows) [using ssh keygen](https://www.ssh.com/ssh/keygen/)
131131
- Note the path to ssh key files. Don't share key files with anybody - anybody with this key file can login to your account
132132
- Log into cluster using regular login/password and then add the content of generated public key file (the one with .pub) to `$HOME/.ssh/authorized_keys` on cluster
133133
- Next time you will log into cluster no password will be required
@@ -137,8 +137,4 @@ Instead of typing your password every time you need to log in, you can also spec
137137

138138
[install vpn on windows link]: https://nyu.service-now.com/sp?sys_kb_id=6177d7031c811904bbcf4dc2835ec340&id=kb_article_view&sysparm_rank=3&sysparm_tsqueryId=9a07fee81b146410a54ffdd51a4bcb8e
139139

140-
[apple terminal link]: https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac#:~:text=Open%20Terminal,%2C%20then%20double%2Dclick%20Terminal.
141-
142140
[wsl installation link]: https://docs.microsoft.com/en-us/windows/wsl/install-win10
143-
144-
[ssh instructions keygen link]: https://www.ssh.com/ssh/keygen/

0 commit comments

Comments
 (0)