Connect to Magnolia: Difference between revisions

From HPC Wiki
Jump to:navigation Jump to:search
(links to SSH_Fingerprints)
Line 16: Line 16:
{{Cmd|ssh <username>@magnolia.usm.edu}}
{{Cmd|ssh <username>@magnolia.usm.edu}}


Check that the fingerprint matches one listed on [[SSH_Fingerprints/magnolia.usm.edu]].


== Windows ==
== Windows ==
Line 24: Line 25:


[[File:Putty-Fingerprint.png]]
[[File:Putty-Fingerprint.png]]
Check that the fingerprint matches one listed on [[SSH_Fingerprints/magnolia.usm.edu]].


[[File:Putty-Username.png]]
[[File:Putty-Username.png]]
Line 32: Line 35:


{{Cmd|ssh <username>@magnolia.usm.edu}}
{{Cmd|ssh <username>@magnolia.usm.edu}}
Check that the fingerprint matches one listed on [[SSH_Fingerprints/magnolia.usm.edu]].


[[Category:Tutorials]]
[[Category:Tutorials]]

Revision as of 15:10, 9 February 2018

Warning
This page is a work in progress by bgo (talk | contribs). Treat its contents with caution.
Note
Please change your password once you've logged in by typing passwd.

The suggested method for connecting to the Magnolia cluster is to use ssh. This is the standard method for connecting to linux machines, for more details google 'how to ssh into a linux machine'



If you have not been assigned a username and password, please request an account. For the following examples, replace <username> with the username you were assigned.

Linux

Open a terminal, and type the following:

user $ssh <username>@magnolia.usm.edu

Check that the fingerprint matches one listed on SSH_Fingerprints/magnolia.usm.edu.

Windows

Install an SSH client, like PuTTY (http://www.putty.org), and type in your assigned credentials when prompted.

Check that the fingerprint matches one listed on SSH_Fingerprints/magnolia.usm.edu.

OS X

Open the Terminal application, and type the following:

user $ssh <username>@magnolia.usm.edu

Check that the fingerprint matches one listed on SSH_Fingerprints/magnolia.usm.edu.