Changes between Version 21 and Version 22 of Archer/Transition2020/PPTransfer
- Timestamp:
- 16/09/20 13:00:00 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Archer/Transition2020/PPTransfer
v21 v22 66 66 5. Add the following to your `~/.ssh/config` file (create one if it doesn't already exist): 67 67 {{{ 68 Host jasmin-xfer2.ceda.ac.uk68 Host xfer2.jasmin.ac.uk 69 69 User <jasmin_username> 70 70 IdentityFile ~/.ssh/<jasmin_key> … … 74 74 Where `<jasmin_username>` is your JASMIN username and `<jasmin_key>` is the name of you ssh-key. 75 75 76 '''Note:''' in order to use ` jasmin-xfer2.ceda.ac.uk` you need to have requested access to the High Performance Data Transfer service via the JASMIN accounts portal.76 '''Note:''' in order to use `xfer2.jasmin.ac.uk` you need to have requested access to the High Performance Data Transfer service via the JASMIN accounts portal. 77 77 78 78 6. Logout of espp1 and then log back in again to start up your ssh-agent. … … 80 80 7. Run `ssh-add ~/.ssh/<jasmin_key>` where <jasmin_key> is the name of your JASMIN ssh-key E.g. id_rsa_jasmin. (This is the key you generated when you applied for access to JASMIN). Type in your passphrase when prompted to do so. 81 81 82 8. You should now be able to login to the required JASMIN transfer node (either ` jasmin-xfer1.ceda.ac.uk` or the high performance node `jasmin-xfer2.ceda.ac.uk`) without being prompted for passphrase/password.82 8. You should now be able to login to the required JASMIN transfer node (either `xfer1.jasmin.ac.uk` or the high performance node `xfer2.jasmin.ac.uk`) without being prompted for passphrase/password. 83 83 84 84 9. Start up ssh-agent on the other post-processing node. Login to '''espp2''' to start up ssh-agent.