...
With the -i
option to the ssh
command you can specify the full path of your private SSH key file when you log in to one of the NHR@ZIB login nodes. You will be asked for the passphrase of your private key.
Codeblock | ||
---|---|---|
| ||
$ ssh -i $HOME/.ssh/id_rsa_nhr your_username@blogin.nhr.zib.de
Enter passphrase for key '/<home_directory>/.ssh/id_rsa_nhr':
[...] |
Example:
Kein Format |
---|
$ ssh -i $HOME/.ssh/id_rsa_nhr your_username@blogin.nhr.zib.de Enter passphrase for key '/<home_directory>/.ssh/id_rsa_nhr': [...] |
...