Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions exercises/security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ True. Cookie-based authentication session must be kept on both server and client

<details>
<summary>What is the role of an SSH key?</summary><br><b>

[Wikipedia definition](https://en.wikipedia.org/wiki/Secure_Shell) : SSH uses public-key cryptography to authenticate the remote computer and allow it to authenticate the user. Two keys are created, private is stored inside user's computer to decrypt the communication then the public key is stored inside the remoted computer where user want to connect with and it is used to encrypt the communication.

</b></details>

#### Security - Cryptography
Expand Down