|
Back to Documentation Table of ContentsPrerequisitesThis guide assumes that you are comfortable with Windows, but have no experience with accessing Linux systems from Windows. If you are already familiar with this process, feel free to skip ahead. You can find a list of machines here. If you are a little rusty with Windows, please consider first reading a book or two to get you started. We recommend: Last but not least, make sure that you have gone over the CSCS Conditions of Usage and the Lab Info. You will be held to these standards, so please be aware of them. Intro: SSH Client InstallationIf you've already installed the UM Blue Disc available from LSA IT, you can skip here. Otherwise, you have two options:
Using the Blue DiscIn order to connect to the CSCS network, you must first pick a target computer. A list of the lab computers can be found here. Once you've picked your machine, keep the name handy, as we'll be using it again soon. To access your CSCS account, go to the Start Menu Program List, select UM Internet Access Kit, SSH Secure Shell, and then SSH Secure Shell client. ![]() You should now see the SSH client application. Select Quick Connect from the upper left menu bar. ![]() Now, enter in your target computer and username. Replace the underlined portion of the Hostname field with the computer name you picked from the prior list. ![]() Select yes to accept the host key from your target machine. You will only have to do this once for each target machine. ![]() Now you should see the login message and your shell. Congratulations, you're logged in! Now it's time to change your password. Please, do not skip this step! Using PuttyIn order to connect to the CSCS network, you must first pick a target computer. A list of the lab computers can be found here. Once you've picked your machine, keep the name handy, as we'll be using it again soon. Run Putty (from the location you saved it to if you are using your own computer, or from its location on Campus Computing site computers if that is how where you are using putty.) A window like this will be displayed (without the posare.cscs.lsa.umich.edu in the hostname field): ![]() First, make sure that you have enabled X11 forwarding to your machine. Select SSH->X11 in the lefthand menu and make sure that your configuration matches the image below. ![]() Note that the display location must be exactly "localhost:0". Now, return to the Session item in the lefthand menu and enter in your target computer. Replace the underlined portion of the Hostname field with the computer name you picked from the prior list. Next this window will appear: ![]() Select yes to accept the host key from your target machine. You will only have to do this once for each target machine. Next you will be prompted for your CSCS username. Enter your username as prompted (i.e., replace mjbommar with your username in the example below), followed by your password you received in the email about your new CSCS account. ![]() Now you should see the login message and your shell: Congratulations, you're logged in!
Setting up an X Server
Back to Documentation |