Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Nov 2, 2024
1 parent 9f25cc8 commit 1c27f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorials/ssh-signing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In a bash terminal, enter the following command:
Continue with the following commands:

```text
cat c:/Users/YOU/.ssh/id_ed25519 | clip.exe
cat c:/Users/YOU/.ssh/id_ed25519 | clip
eval "$(ssh-agent -s)"
ssh-add c:/Users/YOU/.ssh/id_ed25519
```
Expand Down

0 comments on commit 1c27f0f

Please sign in to comment.