Skip to content

Commit

Permalink
Update ssh.md
Browse files Browse the repository at this point in the history
Be consistent in naming of the private key file
  • Loading branch information
bryank-cs authored Sep 19, 2023
1 parent 5bbbe21 commit c652e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connecting/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You must save your public key on Unity by adding it in your [account settings](h
It's recommended that you also add a password to this file using the following command:

```
ssh-keygen -p -f ~/.ssh/unity-privkey.rsa
ssh-keygen -p -f ~/.ssh/unity-privkey.key
```

### Connection Details ###
Expand Down

0 comments on commit c652e36

Please sign in to comment.