Tutorial in getting started with markdown files.
This project is maintained by ijborda
The following are procedures for logging in to the COARE HPC via the following OS: Windows, Mac, and Linux.
Download and run PuTTY application.
Set port number to 22 and the Host Name to saliksik.asti.dost.gov.ph.
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.
Select Yes when prompted by a PuTTY Security Alert Window.
You are now inside the HPC frontend if you see this (see image below) on your terminal.
NOTES:
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 |
Type Yes to add the host in your known hosts.
You should now be inside the HPC frontend.
NOTES:
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 |
Type Yes to add the host in your known hosts.
You are now inside the HPC Frontend.
NOTE: Logging in must be passwordless unless you have a passphrase during the generating of keys.