We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ec818 commit 99ccbb7Copy full SHA for 99ccbb7
content/authentication/connecting-to-github-with-ssh/setting-up-ssh-authentication-for-github.md
@@ -1,10 +1,10 @@
1
---
2
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'
+intro: "Learn how to securely connect to GitHub using SSH keys for seamless repository access and code pushing."
4
versions:
5
- free-pro-team: '*'
6
- enterprise-server: '*'
7
- enterprise-cloud: '*'
+ free-pro-team: "*"
+ enterprise-server: "*"
+ enterprise-cloud: "*"
8
type: tutorial
9
topics:
10
- SSH
@@ -96,4 +96,4 @@ Push the changes to GitHub:
96
97
```bash
98
git push origin main
99
-```
+```
0 commit comments