6c8c6ba0b463ef7674aa3c0ab60c703f7a800cdc
faq-setting-up-passwordless-ssh.md
| ... | ... | @@ -15,7 +15,7 @@ |
| 15 | 15 | ###For SBGrid Systems |
| 16 | 16 | There is no need for ~/.ssh/authorized_keys, the file is ignored on all our linux systems. The 'pub' key ***must*** be uploaded to our authentication servers. These examples assume you copied the pub key over, you can also copy and paste the entire contents of the .pub file between systems. |
| 17 | 17 | |
| 18 | -You will need to run these commands on **crystal.harvard.edu**. |
|
| 18 | +You will need to run these commands on **crystal.harvard.edu**. If you are a Consortium member use shell.sbgrid.org. |
|
| 19 | 19 | |
| 20 | 20 | ipa user-mod $USER --sshpubkey="$(cat ~/.ssh/id_rsa.pub)" |
| 21 | 21 |