Skip to content

Commit

Permalink
Disable ssh notes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed May 6, 2024
1 parent dc6798a commit 0de7aa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions theme1/PE103/vcs.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -855,13 +855,13 @@ Git" book, or GitHub's [documentation][github-start].)
[git-book-github]: https://git-scm.com/book/en/v2/GitHub-Account-Setup-and-Configuration
[github-start]: https://docs.github.com/en/get-started/start-your-journey

### Generating ssh keys
<!-- ### Generating ssh keys -->

```{.bash}
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
```
<!-- ```{.bash} -->
<!-- $ ssh-keygen -t rsa -b 4096 -C "[email protected]" -->
<!-- ``` -->

<!-- TODO: elaborate ssh public and private keys -->
<!-- <\!-- TODO: elaborate ssh public and private keys -\-> -->


## Software forges
Expand Down

0 comments on commit 0de7aa0

Please sign in to comment.