-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #216 from university-of-york/bugfix/quickFixes
update ssh command to add username
- Loading branch information
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:: | ||
|
||
|