Changes between Version 9 and Version 10 of ArcherSshAgent
- Timestamp:
- 20/01/16 13:02:08 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ArcherSshAgent
v9 v10 3 3 '''Please Note:''' If you already have ssh keys set up on PUMA, follow the instructions at the bottom of the page: [#exisitingAgent Using an existing ssh agent]. 4 4 5 == 1. Generate the authentication key on PUMA and install it on ARCHER == 5 == 1. Set up PUMA environment == 6 7 If this is the first time you have used your PUMA account, you will need to create a .profile. Copy our standard one: 8 {{{ 9 puma$ cd ~ 10 puma$ cp ~um/um-training/setup/.profile . 11 }}} 12 (If you already have a .profile, make sure it includes the lines from the standard file.) 13 14 == 2. Generate the authentication key on PUMA and install it on ARCHER == 6 15 7 16 Run the install-ssh-keys script. This will take you through ssh-key creation and copy the key over to ARCHER. … … 19 28 When prompted for "Password", enter your ACRHER password. 20 29 21 == 2. Verify the authentication works ==30 == 3. Verify the authentication works == 22 31 23 32 {{{ … … 43 52 Once you have this part working, log out of ARCHER. 44 53 45 == 3. Start up ssh-agent ==54 == 4. Start up ssh-agent == 46 55 47 56 Run the following command and type your passphrase: … … 55 64 You may need to do this every time a new agent is started. The ssh agent should keep running even when you log out of puma, however it may stop from time to time, for example if PUMA is rebooted. 56 65 57 == 4. Checks this works by ssh-ing into ARCHER ==66 == 5. Checks this works by ssh-ing into ARCHER == 58 67 59 68 You should now be able to ssh from PUMA to ARCHER without a password or passphrase.