Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---

Check warning on line 1 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

minimum_tags

'tags' property in meta is missing or malformed.

Check warning on line 1 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_missing_description

Missing 'description' from front matter.

Check warning on line 1 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta.siblings

Parent category 'create-and-manage-keypairs' has too few children (3). Try to nest '4' or more items here to justify it's existence.

Check warning on line 1 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta.siblings

Parent category 'user-guides' has too many children (9). Try to keep number of items in a category under '8', maybe add some new categories?
hidden: false

Check warning on line 2 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'hidden'
label_names:

Check warning on line 3 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'label_names'
- keypairs
- create
- manage
- dashboard
position: 1

Check warning on line 8 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

meta_unexpected_key

Unexpected parameter in front-matter 'position'
title: Create and manage keypairs via the dashboard

Check warning on line 9 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check page meta

title_length

Title 'Create and manage keypairs via the dashboard' is too long. Try to keep it under 28 characters to avoid word wrapping in the nav.
---

## Create a Keypair

Check warning on line 12 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'Keypair' is misspelled.

Log into the [NeSI FlexiHPC Dashboard](https://dashboard.cloud.nesi.org.nz/)
Log into the [FlexiHPC Dashboard](https://dashboard.cloud.nesi.org.nz/)

Check warning on line 14 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'FlexiHPC' is misspelled.

Select the project you would like to deploy the new instance too (Use the project selector on the top left-hand side):

Expand Down Expand Up @@ -57,7 +57,7 @@
```

!!! note
If you are using the Dashboard from a Windows computer, use PuTTYgen to load the `*.pem` file and convert and save it as `*.ppk`. For more information see the [WinSCP web page for PuTTYgen](https://winscp.net/eng/docs/ui_puttygen).

Check warning on line 60 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'PuTTYgen' is misspelled.

Check warning on line 60 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'PuTTYgen' is misspelled.

To make the key pair known to SSH, run the ssh-add command.

Expand All @@ -67,7 +67,7 @@

## Import a Key Pair

Log into the [NeSI FlexiHPC Dashboard](https://dashboard.cloud.nesi.org.nz/)
Log into the [FlexiHPC Dashboard](https://dashboard.cloud.nesi.org.nz/)

Check warning on line 70 in docs/user-guides/create-and-manage-keypairs/create-and-manage-keypairs-with-the-dashboard.md

View workflow job for this annotation

GitHub Actions / Check Spelling

spelling

Word 'FlexiHPC' is misspelled.

Select the project you would like to deploy the new instance too (Use the project selector on the top left-hand side):

Expand All @@ -83,4 +83,4 @@

The Compute database registers the public key of the key pair.

The Dashboard lists the key pair on the `Key Pairs` tab.
The Dashboard lists the key pair on the `Key Pairs` tab.
Loading