add short titles to frontmatter (#20131)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ versions:
|
||||
ghae: '*'
|
||||
topics:
|
||||
- SSH
|
||||
shortTitle: Permission denied (publickey)
|
||||
---
|
||||
## Should the `sudo` command be used with Git?
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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`.
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ versions:
|
||||
fpt: '*'
|
||||
topics:
|
||||
- SSH
|
||||
shortTitle: SSL certificate problem
|
||||
---
|
||||
The error you receive may look like the following:
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ versions:
|
||||
ghae: '*'
|
||||
topics:
|
||||
- SSH
|
||||
shortTitle: Recover SSH key passphrase
|
||||
---
|
||||
{% mac %}
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ versions:
|
||||
fpt: '*'
|
||||
topics:
|
||||
- SSH
|
||||
shortTitle: Use SSH over HTTPS port
|
||||
---
|
||||
{% tip %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user