Unverified Commit e8534bb1 authored by jelt's avatar jelt Committed by GitHub
Browse files

Update README.md

parent 9b3e0d4d
......@@ -14,19 +14,20 @@ Getting started
Access **JASMIN data**. For JASMIN file structure see wiki page: JASMIN_data_storage). On your favourite linux box::
exec ssh-agent $SHELL
ssh-add ~/.ssh/id_rsa_jasmin
``exec ssh-agent $SHELL``
``ssh-add ~/.ssh/id_rsa_jasmin``
On request enter passphrase for ``/login/$USER/.ssh/id_rsa_jasmin``. Hopefully this
is accepted. Then successively log into a login node. This can not see the BoBEAS data::
ssh -A jelt@jasmin-login1.ceda.ac.uk
``ssh -A jelt@jasmin-login1.ceda.ac.uk``
From here you can hop to a compute node, which can see the BoBEAS data::
ssh -A jelt@jasmin-sci1.ceda.ac.uk
``ssh -A jelt@jasmin-sci1.ceda.ac.uk``
cd /gws/nopw/j04/campus/pseudoDropBox/BoBEAS
``cd /gws/nopw/j04/campus/pseudoDropBox/BoBEAS``
File Hierarchy
==============
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment