Skip to content

Commit

Permalink
Update docs/user/icl/ssh-intro.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Stöhr <[email protected]>
  • Loading branch information
SimonEntholzer and JohannesStoehr authored Oct 8, 2024
1 parent b5410ac commit 7aa0753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/icl/ssh-intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ They are based on `public-key cryptography`_ and come in pairs: a public key and
- Public Key: This key is stored on the server. Think of it like a lock that only you can open.
- Private Key: This key stays on your local machine (never shared!). It’s like the key to that lock.

When you try to connect to the server, your computer proves it has the private key that matches the server's public key, allowing you access.
When you try to connect to the server, your computer proves it has the private key that matches the server's public key, granting you access.
You can add a personal SSH key to your user account to easily authenticate when performing read operations from your local machine.
An Artemis user can currently add one key to their account.
For instructions on how to add your SSH key to your Artemis account, please refer to :ref:`the relevant documentation<use ssh key>`.
Expand Down

0 comments on commit 7aa0753

Please sign in to comment.