Skip to content

Commit 36c3be4

Browse files
committed
minor lint fix
1 parent 7a0cc9c commit 36c3be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.md

Lines changed: 1 addition & 1 deletion
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) (using ssh keygen)[https://www.ssh.com/ssh/keygen/]
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

0 commit comments

Comments
 (0)