Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 3.39 KB

10_howToLogin.md

File metadata and controls

55 lines (39 loc) · 3.39 KB

How To Login to ALCF1 Systems

Introduction / Background

  • Check out the Get Started page from ALCF's Support Center for general guidance on getting started

    • To log into Polaris, you will use the command: ssh [username]@polaris.alcf.anl.gov
      • or more generally: ssh [username]@[system].alcf.anl.gov
    • When questions or issues arise, feel free to discuss amongst yourselves in the Slack channel or bring the issue up to one of the organizers (we're here to help!)
    • When in doubt, there is a wealth of information available from ALCF on general best practices (+ tips & tricks for troubleshooting)
    • Some important pages to keep close might be:
  • For those who may be unfamiliar with using the command line or even just want a review, there is no shortage of available information to help you get started.

Logging in

Linux and macOS

login gif

  1. Launch the terminal of your choice

    • macOS: Terminal (built-in) or iTerm (free, modern feature set) are good options
    • linux: Virtually all modern linux distributions come pre-installed with an application (Terminal, KDE Konsole, XTerm, etc) to access the command line
    • References:
  2. To log into an ALCF system, enter the ssh command:

    ssh [username]@[system].alcf.anl.gov
  3. If using a mobile token, enter your four-digit PIN in the mobile token application to generate a passcode. Enter the passcode onscreen.

    • If using a physical token, press the button on your CRYPTOCard to generate an eight-digit, one-time passcode. Enter the passcode onscreen, prepending it with your four-digit PIN.
  4. Press Enter.

Windows

Footnotes

  1. Argonne Leadership Computing Facility