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

Fix indents

This commit is contained in:
Laura Coursen
2021-06-08 10:00:01 -05:00
parent c98e398c64
commit c718ba6396
3 changed files with 10 additions and 10 deletions

View File

@@ -81,7 +81,7 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
{% mac %}
1. {% data reusables.command_line.start_ssh_agent %}
{% data reusables.command_line.start_ssh_agent %}
2. If you're using macOS Sierra 10.12.2 or later, you will need to modify your `~/.ssh/config` file to automatically load keys into the ssh-agent and store passphrases in your keychain.
@@ -168,7 +168,7 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
{% linux %}
1. {% data reusables.command_line.start_ssh_agent %}
{% data reusables.command_line.start_ssh_agent %}
2. Add your SSH private key to the ssh-agent. {% data reusables.ssh.add-ssh-key-to-ssh-agent %}
{% data reusables.ssh.add-ssh-key-to-ssh-agent-commandline %}

View File

@@ -31,7 +31,7 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an
4. Open Terminal.
5. {% data reusables.command_line.start_ssh_agent %}
{% data reusables.command_line.start_ssh_agent %}
6. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
@@ -109,7 +109,7 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an
4. Open Terminal.
5. {% data reusables.command_line.start_ssh_agent %}
{% data reusables.command_line.start_ssh_agent %}
6. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell