... | ... | @@ -10,7 +10,7 @@ The SSH keys serve as a door/key combination, allowing computers possessing the |
|
|
2. Navigate to your home directory if not already there by running the following command: `cd ~`
|
|
|
3. Run the command: `ssh-keygen`
|
|
|
4. Press Enter to accept the suggested location '~/.ssh/id_rsa'. We strongly recommend not to change this location!
|
|
|
5. (If you already set up a SSH connection in the past and want to renew - e.g. because you want to change the passphrase: Accept to overwrite the file by entering `y` and pressing Enter.
|
|
|
5. (If you already set up a SSH connection in the past and want to renew - e.g. because you want to change the passphrase: Accept to overwrite the file by entering `y` and pressing Enter.)
|
|
|
6. Enter your passphrase twice
|
|
|
7. Upload your public key to the cluster (ssh-copy-id)
|
|
|
8. Run the command `ssh-copy-id yourUsername@ts01.pik-potsdam.de`
|
... | ... | |