Inhalt |
---|
This page aims to provide you with a step-by-step guide on how to use public key authentication for external login to the NHR@ZIB system "Lise".
Summary
- Create an SSH key pair with a passphrase that is not used anywhere else.
- Upload your public key on our Portal NHR@ZIB.
- Specify your private key when connecting to our login nodes (either via
ssh -i <your_private_key_file>
or in your local SSH configuration).
...