From 66ad9eb0eddbf035232e1bfdbd85dc868fb7babc Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 8 Oct 2024 10:50:47 +0200 Subject: [PATCH] improve docs on connecting with openssh --- source/access/text_mode_access_using_openssh.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/source/access/text_mode_access_using_openssh.rst b/source/access/text_mode_access_using_openssh.rst index fd5d323c..188f32b0 100644 --- a/source/access/text_mode_access_using_openssh.rst +++ b/source/access/text_mode_access_using_openssh.rst @@ -6,15 +6,23 @@ Text-mode access using OpenSSH Prerequisite: OpenSSH --------------------- -You will need a public/private key pair to request and account, this key pair -has to be used to authenticate when making a connection. For information -on how to create a key pair, see :ref:`the page on generating keys `. +Before connecting with OpenSSH, make sure you have completed the following steps: + +#. :ref:`Create a public/private SSH key pair `, which + will be used to authenticate when making a connection. + +#. :ref:`Apply for a VSC account` and upload your public SSH + key to the `VSC accountpage `_. + +#. :ref:`Link your private key to your VSC-id ` + in your :ref:`SSH configuration file ` at ``~/.ssh/config``. + How to connect? --------------- In many cases, a text mode connection to one of the VSC clusters is -sufficient. To make such a connection, the ssh command is used: +sufficient. To make such a connection, the ``ssh`` command is used: ::