Introduction to the Magnolia Cluster Workshop: Difference between revisions
From HPC Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This workshop is intended as an introduction to logging into and submitting jobs to the Magnolia cluster. | |||
{| | |||
|'''When:''' | |||
|''October 19, 2018. 1.00 pm — 3 pm'' | |||
|- | |||
|'''Where:''' | |||
|''[https://map.usm.edu/campus_map.php?id=27801 PSRC 105]'' | |||
|- | |||
|} | |||
{{Important|Workshop participants '''MUST''' configure the SSH connection between their computer and Magnolia '''BEFORE''' the day of the workshop.}} | {{Important|Workshop participants '''MUST''' configure the SSH connection between their computer and Magnolia '''BEFORE''' the day of the workshop.}} | ||
=Pre-Workshop Checklist= | =Pre-Workshop Checklist= | ||
*Fill out registration form | *Fill out the registration form | ||
*Configure the SSH connection between your computer and Magnolia | *Configure the SSH connection between your computer and Magnolia | ||
*Bring your computer to the workshop | |||
=Fill out registration form= | =Fill out registration form= | ||
Those planning to attend need to fill out the registration form. [Put link to Redcap form here] | |||
=Configure the SSH connection= | =Configure the SSH connection= | ||
[Link to 'connecting to Magnolia' tutorial] | |||
{{Cmd|ssh -o VisualHostKey{{=}}yes check@magnolia.usm.edu|output=<pre> | |||
Host key fingerprint is SHA256:glQIZZKlsAwf3QJNNDQSxFpRzE2rKs4GfxByO6ZBzis | |||
+---[ECDSA 256]---+ | |||
|ooX^@=o | | |||
|o++*B+o. | | |||
|.+o ... | | |||
|o.o. o | | |||
|+o oo . S | | |||
|oo=. . | | |||
|o=oo | | |||
|E+. . | | |||
|oo . | | |||
+----[SHA256]-----+ | |||
check@magnolia.usm.edu's password: | |||
</pre>}} | |||
Make sure that the host key fingerprint (In this case: SHA256:glQIZZKlsAwf3QJNNDQSxFpRzE2rKs4GfxByO6ZBzis) matches one of the fingerprints given in the list of SSH fingerprints for Magnolia. [link to list] |
Revision as of 10:34, 21 September 2018
This workshop is intended as an introduction to logging into and submitting jobs to the Magnolia cluster.
When: | October 19, 2018. 1.00 pm — 3 pm |
Where: | PSRC 105 |
Important
Workshop participants MUST configure the SSH connection between their computer and Magnolia BEFORE the day of the workshop.
Workshop participants MUST configure the SSH connection between their computer and Magnolia BEFORE the day of the workshop.
Pre-Workshop Checklist
- Fill out the registration form
- Configure the SSH connection between your computer and Magnolia
- Bring your computer to the workshop
Fill out registration form
Those planning to attend need to fill out the registration form. [Put link to Redcap form here]
Configure the SSH connection
[Link to 'connecting to Magnolia' tutorial]
user $
ssh -o VisualHostKey=yes check@magnolia.usm.edu
Host key fingerprint is SHA256:glQIZZKlsAwf3QJNNDQSxFpRzE2rKs4GfxByO6ZBzis +---[ECDSA 256]---+ |ooX^@=o | |o++*B+o. | |.+o ... | |o.o. o | |+o oo . S | |oo=. . | |o=oo | |E+. . | |oo . | +----[SHA256]-----+ check@magnolia.usm.edu's password:
Make sure that the host key fingerprint (In this case: SHA256:glQIZZKlsAwf3QJNNDQSxFpRzE2rKs4GfxByO6ZBzis) matches one of the fingerprints given in the list of SSH fingerprints for Magnolia. [link to list]