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

@@ -8,6 +8,7 @@ versions:
fpt: '*'
topics:
- SSH
shortTitle: Deleted or missing SSH keys
---
{% data variables.product.prodname_dotcom %} automatically deletes inactive SSH keys to help keep accounts safe, such as after someone leaves a job or loses a computer.

View File

@@ -11,6 +11,7 @@ versions:
ghae: '*'
topics:
- SSH
shortTitle: Agent failure to sign
---
When trying to SSH into {% data variables.product.product_location %} on a Linux computer, you may see the following message in your terminal:

View File

@@ -10,6 +10,7 @@ versions:
ghae: '*'
topics:
- SSH
shortTitle: Permission denied (publickey)
---
## Should the `sudo` command be used with Git?

View File

@@ -11,5 +11,6 @@ versions:
ghae: '*'
topics:
- SSH
shortTitle: Permission denied other-user
---
To fix this, the owner of the repository (`user`) needs to add your account (`other-user`) as a collaborator on the repository or to a team that has write access to the repository.

View File

@@ -11,6 +11,7 @@ versions:
ghae: '*'
topics:
- SSH
shortTitle: Permission denied other-repo
---
To fix this, remove the deploy key from the repository, and [add the key to your user account](/articles/adding-a-new-ssh-key-to-your-github-account) instead.

View File

@@ -11,6 +11,7 @@ versions:
ghae: '*'
topics:
- SSH
shortTitle: 'ssh-add: illegal option -- K'
---
The `-K` option is in Apple's standard version of `ssh-add`, which stores the passphrase in your keychain for you when you add an ssh key to the ssh-agent. If you have installed a different version of `ssh-add`, it may lack support for `-K`.

View File

@@ -8,6 +8,7 @@ versions:
fpt: '*'
topics:
- SSH
shortTitle: SSL certificate problem
---
The error you receive may look like the following:

View File

@@ -11,6 +11,7 @@ versions:
ghae: '*'
topics:
- SSH
shortTitle: SSH key audit
---
When using an unverified key to perform Git operations, you will be prompted to perform an audit of your SSH keys.

View File

@@ -12,6 +12,7 @@ versions:
ghae: '*'
topics:
- SSH
shortTitle: Recover SSH key passphrase
---
{% mac %}

View File

@@ -8,6 +8,7 @@ versions:
fpt: '*'
topics:
- SSH
shortTitle: Use SSH over HTTPS port
---
{% tip %}