Changes between Version 5 and Version 6 of ArcherSshAgent
- Timestamp:
- 04/12/15 13:44:36 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ArcherSshAgent
v5 v6 1 1 = SSH setup for PUMA to Archer = 2 2 3 '''Please Note:''' If you already have ssh keys set up on PUMA skip to thw.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 5 == 1. Generate the authentication key on PUMA and install it on ARCHER == … … 61 61 ---- 62 62 63 == Using an existing ssh agent == 63 == Using an existing ssh agent == #exisitingAgent 64 64 65 65 If you already have ssh keys and an ssh agent set up on PUMA, for example from the UM training course or for MONSooN, you can use this to connect to ARCHER. … … 72 72 The public key ends with .pub and will usually be called `id_rsa.pub` or `id_dsa.pub`. 73 73 74 Now run the script to copy the key to your A rcheraccount, making sure to use the correct name for your key:74 Now run the script to copy the key to your ARCHER account, making sure to use the correct name for your key: 75 75 {{{ 76 76 puma$ ssh-copy-id -i ~/.ssh/id_rsa.pub <archer-username>@login.archer.ac.uk 77 77 }}} 78 You will be prompted for your A rcherpassword.78 You will be prompted for your ARCHER password. 79 79 80 If successful, you should now be able to login to A rcherwithout a password.80 If successful, you should now be able to login to ARCHER without a password.