Skip to content

Commit

Permalink
Update ssh-keys.md (#9151)
Browse files Browse the repository at this point in the history
  • Loading branch information
sekedus authored Aug 7, 2024
1 parent 8379914 commit 750835a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/content/ssh-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Pantheon supports ECDSA and RSA SSH keys. Currently, we do not support `ed25519`
1. Open your terminal and enter the following command to generate a key:

```bash{promptUser: user}
ssh-keygen -t rsa
ssh-keygen -t rsa -m PEM
```

Do not edit the default location of `~/.ssh/id_rsa` unless you have a reason to change it. If the command says the key already exists, you can either overwrite it, or continue to the next step with your existing key.
Expand Down Expand Up @@ -79,7 +79,7 @@ Pantheon supports ECDSA and RSA SSH keys. Currently, we do not support `ed25519`
1. Open your terminal and enter the following command to generate a key. This command works for Windows 10:

```bash{promptUser: winshell}
ssh-keygen -t rsa
ssh-keygen -t rsa -m PEM
```

Do not edit the default location of `~/.ssh/id_rsa` unless you have a reason to change it. If the command says the key already exists, you can either overwrite it, or continue to the next step with your existing key.
Expand Down

0 comments on commit 750835a

Please sign in to comment.