Skip to content

Commit 8369c11

Browse files
authored
Add link to generate SSH keys. (#3972)
1 parent 9157bdf commit 8369c11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sites/platform/src/development/ssh/troubleshoot-ssh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Make sure your public key has been uploaded to your user account. Check it in th
3434

3535
A given SSH key pair can only be linked to a single user account.
3636
If you add an already used SSH key to another account, you see the error: `SSH key can not be duplicated`.
37-
Generate a new pair of SSH keys for the second user account you want to add.
37+
[Generate a new pair of SSH keys](/development/ssh/ssh-keys#add-ssh-keys) for the second user account you want to add.
3838

3939
## Check your SSH agent
4040

sites/upsun/src/development/ssh/troubleshoot-ssh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Make sure your public key has been uploaded to your user account. Check it in th
3434

3535
A given SSH key pair can only be linked to a single user account.
3636
If you add an already used SSH key to another account, you see the error: `SSH key can not be duplicated`.
37-
Generate a new pair of SSH keys for the second user account you want to add.
37+
[Generate a new pair of SSH keys](/development/ssh/ssh-keys#add-ssh-keys) for the second user account you want to add.
3838

3939
## Check your SSH agent
4040

0 commit comments

Comments
 (0)