Skip to content

Commit cbec923

Browse files
committed
add: article about Setting Up SSH Authentication for GitHub
1 parent 99ccbb7 commit cbec923

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

content/authentication/connecting-to-github-with-ssh/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Connecting to GitHub with SSH
3-
intro: 'You can connect to {% data variables.product.github %} using the Secure Shell Protocol (SSH), which provides a secure channel over an unsecured network.'
3+
intro: "You can connect to GitHub using the Secure Shell Protocol (SSH), which provides a secure channel over an unsecured network."
44
redirect_from:
55
- /key-setup-redirect
66
- /linux-key-setup
@@ -11,11 +11,11 @@ redirect_from:
1111
- /articles/generating-an-ssh-key
1212
- /articles/connecting-to-github-with-ssh
1313
- /github/authenticating-to-github/connecting-to-github-with-ssh
14-
- /setting-up-ssh-authentication-for-github
14+
- /setting-up-ssh-authentication-for-github
1515
versions:
16-
fpt: '*'
17-
ghes: '*'
18-
ghec: '*'
16+
fpt: "*"
17+
ghes: "*"
18+
ghec: "*"
1919
topics:
2020
- SSH
2121
children:
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: This is an article
3-
intro: 'I've got broken frontmatter'
2+
title: "This is an article"
3+
intro: "I've got broken frontmatter"
44
versions:
5-
free-pro-team: '*'
5+
free-pro-team: "*"
6+
type: "article"
67
---

src/frame/tests/site-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function validate(currentPage) {
6969

7070
expect(isValid, errors).toBe(true)
7171

72-
// Run recursively until we run out of child pages
72+
// Run recursively until we run out of child pages to validate
7373
validate(childPage)
7474
})
7575
}

0 commit comments

Comments
 (0)