Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
exercise/solution
_includes
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
theme: jekyll-theme-dinky
theme: jekyll-theme-hacker
# markdown: kramdown

# kramdown:
Expand Down
Binary file added exercise/solution/images/cmd_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exercise/solution/images/cmd_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exercise/solution/images/putty_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exercise/solution/images/putty_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exercise/solution/images/putty_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exercise/solution/images/putty_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions exercise/solution/part-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# 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](#for-windows)
* [PuTTY](#putty)
* [Command Prompt (for windows 10 only)](#command-prompt-for-windows-10-only)
* [For Mac/Linux](#for-maclinux)

## For Windows
### PuTTY
1. Download and run **PuTTY** application.
* [32-bit:](https://the.earth.li/~sgtatham/putty/latest/w32/putty.exe)
* [64-bit:](https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe)
2. Set port number to **22** and the **Host Name** to **saliksik.asti.dost.gov.ph.**
![putty_2](images/putty_2.png)

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.
![putty_3](images/putty_3.png)

4. Select **Yes** when prompted by a PuTTY Security Alert Window.
![putty_4](images/putty_4.png)

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.
![putty_4](images/putty_6.png)

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
```
| Flag | Description |
| -------- | -------- |
| -i | Data |
| Data | Data |
| Data | Data |
## For Mac/Linux
Empty file added exercise/solution/part-2.md
Empty file.
Empty file added exercise/solution/part-3.md
Empty file.