1
0
mirror of synced 2025-12-21 10:57:10 -05:00

add short titles to frontmatter (#20131)

This commit is contained in:
Rachael Sewell
2021-06-24 11:02:53 -07:00
committed by GitHub
parent ee823eb333
commit 52cf583bdd
973 changed files with 978 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ versions:
ghae: '*'
topics:
- SSH
shortTitle: Add a new SSH key
---
Before adding a new SSH key to your {% data variables.product.product_name %} account, you should have:
* [Checked for existing SSH keys](/articles/checking-for-existing-ssh-keys)

View File

@@ -10,6 +10,7 @@ versions:
ghae: '*'
topics:
- SSH
shortTitle: Check for existing SSH key
---
{% data reusables.ssh.dsa-support %}

View File

@@ -12,6 +12,7 @@ versions:
ghae: '*'
topics:
- SSH
shortTitle: Generate new SSH key
---
## About SSH key generation

View File

@@ -23,5 +23,6 @@ children:
- /adding-a-new-ssh-key-to-your-github-account
- /testing-your-ssh-connection
- /working-with-ssh-key-passphrases
shortTitle: Connect with SSH
---

View File

@@ -10,6 +10,7 @@ versions:
ghae: '*'
topics:
- SSH
shortTitle: Test your SSH connection
---
Before testing your SSH connection, you should have:
- [Checked for existing SSH keys](/articles/checking-for-existing-ssh-keys)

View File

@@ -12,6 +12,7 @@ versions:
ghae: '*'
topics:
- SSH
shortTitle: SSH key passphrases
---
With SSH keys, if someone gains access to your computer, they also gain access to every system that uses that key. To add an extra layer of security, you can add a passphrase to your SSH key. You can use `ssh-agent` to securely save your passphrase so you don't have to reenter it.