From 7aa075390807e1f3ebc08c792a7f7ef8df3ae806 Mon Sep 17 00:00:00 2001 From: Simon Entholzer <33342534+SimonEntholzer@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:32:11 +0200 Subject: [PATCH] Update docs/user/icl/ssh-intro.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johannes Stöhr <38322605+JohannesStoehr@users.noreply.github.com> --- docs/user/icl/ssh-intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/icl/ssh-intro.rst b/docs/user/icl/ssh-intro.rst index 7e5a700c1bbd..fd41034ebe5d 100644 --- a/docs/user/icl/ssh-intro.rst +++ b/docs/user/icl/ssh-intro.rst @@ -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`.