markdown-tutorial

Tutorial in getting started with markdown files.

This project is maintained by ijborda

Logging in

The following are procedures for logging in to the COARE HPC via the following OS: Windows, Mac, and Linux.

Table of Contents

For Windows

PuTTY

  1. Download and run PuTTY application.

  2. Set port number to 22 and the Host Name to saliksik.asti.dost.gov.ph.

    Coare Putty Configuration

  3. On the left panel under Category, collapse the Connection option and select the SSH option, and then click Auth. Select Browse to attach your private key (.ppk file) for authentication. Then click Open.

    Coare Putty Authentication

  4. Select Yes when prompted by a PuTTY Security Alert Window.

    Coare Putty Alert

  5. When the terminal opens, enter your COARE credentials that should have been sent to your email.
  6. You are now inside the HPC frontend if you see this (see image below) on your terminal.

    Coare Putty Welcome

    NOTES:

    • Accessing HPC must be passwordless unless you have a passphrase during the generating of keys.
    • If you want to use your key (generated using PuTTY) in OpenSSH, check this tutorial on converting PuTTY (.ppk) key to SSH Key.
    • You cannot use your OpenSSH keys to PuTTY and vice versa.

Command Prompt (for Windows 10 only)

  1. Open Command Prompt or Windows PowerShell.
  2. Type command:

    ssh <username>@saliksik.asti.dost.gov.ph
    

    Useful options:

    Flag Description
    -i <private-keys> Indicate the private key to be used
    -v Increase verbosity
    -vv, -vvv Enable additional verbosity for even more debugging messages
  3. Type Yes to add the host in your known hosts. Coare Command Prompt Alert

  4. You should now be inside the HPC frontend. Coare Command Prompt Welcome

    NOTES:

    • Logging in must be passwordless unless you have a passphrase during the generating of keys.
    • If you want to use your key (generated using PuTTY) in OpenSSH, check this tutorial on converting PuTTY (.ppk) key to SSH Key.
    • You cannot use your PuTTY keys to OpenSSH and vice versa.

For Mac / Linux

  1. Launch your Terminal application and type:

    ssh <username>@saliksik.asti.dost.gov.ph
    

    Useful options:

    Flag Description
    -i <private-keys> Indicate the private key to be used
    -v Increase verbosity
    -vv, -vvv Enable additional verbosity for even more debugging messages
  2. Type Yes to add the host in your known hosts. Coare Terminal Alert

  3. You are now inside the HPC Frontend. Coare Terminal Welcome

    NOTE: Logging in must be passwordless unless you have a passphrase during the generating of keys.