@@ -10,7 +10,7 @@ SSH uses public-private key pair for authentication, allowing users to log in wi
A private key file in the `id_rsa` or `*.ppk` format is present locally on local side and used for example in the Pageant SSH agent (for Windows users). The private key should always be kept in a safe place.
An example of private key format:
### Example of RSA Private Key Format
```console
-----BEGIN RSA PRIVATE KEY-----
...
...
@@ -42,7 +42,26 @@ An example of private key format: