Skip to content

Commit 99ccbb7

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/authentication/connecting-to-github-with-ssh/setting-up-ssh-authentication-for-github.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Setting Up SSH Authentication for GitHub
3-
intro: 'Learn how to securely connect to GitHub using SSH keys for seamless repository access and code pushing'
3+
intro: "Learn how to securely connect to GitHub using SSH keys for seamless repository access and code pushing."
44
versions:
5-
free-pro-team: '*'
6-
enterprise-server: '*'
7-
enterprise-cloud: '*'
5+
free-pro-team: "*"
6+
enterprise-server: "*"
7+
enterprise-cloud: "*"
88
type: tutorial
99
topics:
1010
- SSH
@@ -96,4 +96,4 @@ Push the changes to GitHub:
9696

9797
```bash
9898
git push origin main
99-
```
99+
```

0 commit comments

Comments
 (0)