Connect to Magnolia: Difference between revisions
From HPC Wiki
(Created page with "ssh") |
No edit summary |
||
Line 1: | Line 1: | ||
ssh | {{WIP|author=bgo}} | ||
{{Note|Please change your password once you've logged in by typing {{C|passwd}}.}} | |||
The suggested method for connecting to the Magnolia cluster is to use [//en.wikipedia.org/wiki/Secure_Shell {{C|ssh}}]. This is the standard method for connecting to linux machines, for more details [http://www.google.com/search?safe=off&q={{urlencode:how to ssh into a linux machine}} google 'how to ssh into a linux machine'] | |||
__TOC__ | |||
For the following examples, replace {{C|<username>}} with the username you were assigned. | |||
== Linux == | |||
Open a terminal, and type the following: | |||
{{Cmd|ssh <username>@magnolia.usm.edu}} | |||
== Windows == | |||
Install an SSH client, like PuTTY (http://www.putty.org), and type in your assigned credentials when prompted. | |||
== OS X == | |||
Open the Terminal application, and type the following: | |||
{{Cmd|ssh <username>@magnolia.usm.edu}} |
Revision as of 17:17, 8 February 2018
Note
Please change your password once you've logged in by typing passwd.
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'
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
Windows
Install an SSH client, like PuTTY (http://www.putty.org), and type in your assigned credentials when prompted.
OS X
Open the Terminal application, and type the following:
user $
ssh <username>@magnolia.usm.edu