| | 1 | = Setup/authentication = |
| | 2 | |
| | 3 | 1. Step one is to see if your card works correctly. Type in your Z |
| | 4 | number, and then use the card to generate a password for this webform: |
| | 5 | |
| | 6 | https://weblogin.lanl.gov/ |
| | 7 | |
| | 8 | That should take you to a page that tells you you've logged in. It |
| | 9 | should link to any needed training things (I think it did in the past, |
| | 10 | but I don't see anything for me there). |
| | 11 | |
| | 12 | In any case, if you can log in to weblogin, you should be able to log |
| | 13 | into Mustang. |
| | 14 | |
| | 15 | 2. Log in as the ipplanl user with the same ssh key as the standard |
| | 16 | ipp user. In the .ssh directory you'll find a config.watersc1 file. |
| | 17 | Construct one for yourself with your user name, and then modify the |
| | 18 | User entry in the config file. Copy this config file (or its |
| | 19 | contents) to your personal (not ipplanl) ssh config. The ipplanl |
| | 20 | instance is there for the lanl-czaring purpose, and the personal one |
| | 21 | for you to log in manually. |
| | 22 | |
| | 23 | Once you've made this ssh config change, you can now call: |
| | 24 | |
| | 25 | {{{ |
| | 26 | ssh wtrw |
| | 27 | }}} |
| | 28 | This connects to the front end firewall computer. It does not have a |
| | 29 | real shell, so you're limited to connecting onward to the Mustang |
| | 30 | frontend: |
| | 31 | |
| | 32 | {{{ |
| | 33 | ssh mu-fe |
| | 34 | }}} |
| | 35 | |
| | 36 | 3. You're now on one of the four front end nodes for Mustang, any of |
| | 37 | which works. I've constructed a directory: |
| | 38 | |
| | 39 | {{{ |
| | 40 | /turquoise/usr/projects/ps1/watersc1/user_template |
| | 41 | }}} |
| | 42 | Which contains the templates you should use for your .ipprc, .cshrc, |
| | 43 | and .ssh/config files. The .ssh/config is the only one that needs |
| | 44 | editing, with my username/connection directory names changed. Ensure |
| | 45 | that the connection directory exists, and that you can successfully |
| | 46 | ssh back to the cluster (as you; You'll likely need to generate/add |
| | 47 | keys). |
| | 48 | |