Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve docs on connecting with openssh #433

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions source/access/text_mode_access_using_openssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <generating keys linux>`.
Before connecting with OpenSSH, make sure you have completed the following steps:

#. :ref:`Create a public/private SSH key pair <generating keys linux>`, which
will be used to authenticate when making a connection.

#. :ref:`Apply for a VSC account<apply for account>` and upload your public SSH
key to the `VSC accountpage <https://account.vscentrum.be>`_.

#. :ref:`Link your private key to your VSC-id <linking key with vsc-id linux>`
in your :ref:`SSH configuration file <ssh_config>` 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:

::

Expand Down
Loading