Remote Access – SSH
Installation
An SSH Client is available for most operating systems.
Linux:
Typically an ssh client is pre-installed with most Linux Distributions. Just type ssh.
If not check your package manager for openssh-client or openssh-clients.
Windows:
Windows 10/11 now has native support SSH but it is recommended to use a more mature and stable tool.
Mac OS:
Mac OS comes with ssh pre installed.
Android:
Connection Settings – Grid
Please Select the following settings
GriduUI 1
Host | gridui1.dur.scotgrid.ac.uk |
Name | <YOUR GRID USERNAME> |
SSH Port | 22 |
Purpose | General use |
GriduUI 2
Host | gridui2.dur.scotgrid.ac.uk |
Name | <YOUR GRID USERNAME> |
SSH Port | 22 |
Purpose | Submission only |
GriduUI 3
This system is primarily for admin use only and is only available for general emergency use if GridUI1 and GridUI2 have faulted. WHen using the system do NOT run any CPU/Memory HEAVY tasks.
Host | gridui3.dur.scotgrid.ac.uk |
Name | <YOUR GRID USERNAME> |
SSH Port | 22 |
Purpose | Administrative use only (Highly available) |
Examples
Linux/MacOS> ssh username@gridui1.dur.scotgrid.ac.uk
Linux/MacOS> ssh username@gridui2.dur.scotgrid.ac.uk