Changes between Version 12 and Version 13 of ArcherSshAgent
- Timestamp:
- 17/08/20 15:06:39 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ArcherSshAgent
v12 v13 3 3 == 1. Set up PUMA environment == 4 4 5 If this is the first time you have used your PUMA account, you will need to create a .profile. Copy our standard one:5 If this is the first time you have used your PUMA account, you will need to create a `.profile`. Copy our standard one: 6 6 {{{ 7 7 puma$ cd ~ 8 8 puma$ cp ~um/um-training/setup/.profile . 9 9 }}} 10 (If you already have a .profile, make sure it includes the lines from the standard file.)10 (If you already have a `.profile`, make sure it includes the lines from the standard file.) 11 11 12 12 == 2. Generate the authentication key for use with !Rose/Cylc suites == 13 13 14 Run the following command to generate your archerumssh key.14 Run the following command to generate your `archerum` ssh key. 15 15 {{{ 16 16 puma$ ssh-keygen -t rsa -b 4096 -C "me@somewhere.ac.uk" -f ~/.ssh/id_rsa_archerum … … 19 19 When prompted to "Enter passphrase", this should be a fairly complicated and unguessable passphrase. You can use spaces in the passphrase if it helps you to remember it more readily. It is recommended that you don’t use your password in case it is hacked. 20 20 21 '''Important''': '''DO NOT''' use an empty passphrase as this presents a security issue. 21 '''Important''': 22 23 * '''DO NOT''' use an empty passphrase as this presents a security issue. 24 * It will take up to 24 hours for your new key to be installed on ARCHER. 22 25 23 26 == 3. Update ssh config file == … … 55 58 == 5. Verify the setup is correct == 56 59 60 '''Note:''' Only proceed to this step once your `archerum` key has been installed on ARCHER. 61 57 62 Try logging into ARCHER with: 58 63 {{{