You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ SSH keys are not supported on Torch!
127
127
Instead of typing your password every time you need to log in, you can also specify an ssh key.
128
128
129
129
- 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/)
131
131
- Note the path to ssh key files. Don't share key files with anybody - anybody with this key file can login to your account
132
132
- 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
133
133
- Next time you will log into cluster no password will be required
0 commit comments