Skip to content

Commit

Permalink
Merge pull request #216 from university-of-york/bugfix/quickFixes
Browse files Browse the repository at this point in the history
update ssh command to add username
  • Loading branch information
nd996 authored Aug 27, 2024
2 parents 25bd381 + 7dfece6 commit b4a9006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 1 addition & 6 deletions docs/source/getting_started/connecting_to_viking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,12 @@ Linux, MacOS and Windows PowerShell

To log in from a terminal emulator, use the following command:

.. code-block:: console
$ ssh viking.york.ac.uk
You will be prompted for your IT Services password. If you're using a personal device then you'll need to add your IT Services username for example:

.. code-block:: console
:caption: remember to substitute 'abc123' for your own username
$ ssh [email protected]
You will be prompted for your IT Services password.

.. note::

Expand Down
4 changes: 3 additions & 1 deletion docs/source/getting_started/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Log in to Viking
.. code-block:: console
:caption: from a Linux or MacOS terminal or Windows PowerShell with OpenSSH installed
$ ssh viking.york.ac.uk
$ ssh [email protected]
Remember to substitute ``abc123`` with your IT Services username.

.. hint::

Expand Down

0 comments on commit b4a9006

Please sign in to comment.