UKCA Training: Logging in and Setting up: Difference between revisions
From UKCA
Line 18: | Line 18: | ||
You should use your '''personal PUMA account''' during this course. |
You should use your '''personal PUMA account''' during this course. |
||
<ol> |
|||
⚫ | |||
<li> Log in to PUMA using your personal account details: <code>ssh -X '''userid'''@puma.nerc.ac.uk</code></li> |
|||
⚫ | |||
:* '''Note:''' Please type your ARCHER password carefully - if it is typed incorrectly too many times you may find that you are locked out of the account |
|||
:* When password-less logins have been set-up, you will be able to login to ARCHER directly from PUMA |
|||
<li> '''If you have not already done so, generate your SSH-key:''' |
|||
puma$ ssh-keygen -f ~/.ssh/id_dsa -C " '''userid'''@puma.nerc.ac.uk" |
puma$ ssh-keygen -f ~/.ssh/id_dsa -C " '''userid'''@puma.nerc.ac.uk" |
||
Generating public/private rsa key pair. |
Generating public/private rsa key pair. |
||
⚫ | |||
Enter |
Enter passphrase(empty for no passphrase): '''TYPE_YOUR_PASSPHRASE''' |
||
⚫ | |||
⚫ | |||
Your |
Your identification has been saved in ~/.ssh/id_dsa. |
||
⚫ | |||
The key fingerprint is: |
The key fingerprint is: |
||
md5 1024 '''''String of characters''''' '''userid'''@puma.nerc.ac.uk |
md5 1024 '''''String of characters''''' '''userid'''@puma.nerc.ac.uk |
||
⚫ | |||
<li> |
|||
⚫ | :* <code>'''TYPE-YOUR-PASSPHRASE'''</code> needs to be a fairly complicated and unguessable passphrase. You can use spaces in the pass phrase if it helps you to remember it more readily. It is recommended that you don't use your password just in case this is hacked. '''Note:''' Please '''DO NOT''' use an empty passphrase as this presents a security issue. |
||
Revision as of 11:25, 23 December 2014
You will be using the machines in the G30 computer lab in the Department of Chemistry.
In G30
You will be using MCS Linux on the G30 workstations during this course.
- Boot to MCS Linux
- If the machine is powered-off, please turn it on.
- If machine is on the Windows login screen, press Ctrl-Alt-Del and the press the drop-down menu on the red power-off button (bottom right) and select Restart.
- On the BIOS boot screen, select MCS Linux
- Software updates may need to be applied - this may take some time.
- If the workstation needs to reboot after updates, should boot back into MCS Linux automatically.
- Note: the workstations will power-down in the evenings. DO NOT stay logged-in. You should also remember to save your work regularly.
- To log-in, use the conference username and password provided in the white envelope. These details are unique to you - do not share them with others.
PUMA and ARCHER
You should use your personal PUMA account during this course.
- Log in to PUMA using your personal account details:
ssh -X userid@puma.nerc.ac.uk
- Log in to ARCHER using the provided training account username and password:
ssh -X ncastrXX@login.archer.ac.uk
- Note: Please type your ARCHER password carefully - if it is typed incorrectly too many times you may find that you are locked out of the account
- When password-less logins have been set-up, you will be able to login to ARCHER directly from PUMA
- If you have not already done so, generate your SSH-key: puma$ ssh-keygen -f ~/.ssh/id_dsa -C " userid@puma.nerc.ac.uk" Generating public/private rsa key pair. Enter passphrase(empty for no passphrase): TYPE_YOUR_PASSPHRASE Enter same passphrase again: TYPE_YOUR_PASSPHRASE Your identification has been saved in ~/.ssh/id_dsa. Your public key has been saved in ~/.ssh/id_dsa.pub. The key fingerprint is: md5 1024 String of characters userid@puma.nerc.ac.uk
-
TYPE-YOUR-PASSPHRASE
needs to be a fairly complicated and unguessable passphrase. You can use spaces in the pass phrase if it helps you to remember it more readily. It is recommended that you don't use your password just in case this is hacked. Note: Please DO NOT use an empty passphrase as this presents a security issue.