🗝️Generating SSH Keys
How to generate your SSH keys
This method of generating SSH keys should be used, regardless of your OS
Generate your keys via this command
This generates 2 files, a private key file and a public key file
Private key file:
id-rsa
Private key file:
id-rsa.pub
Private Key example
Example of the generated private key format (id-rsa
)
Public Key example
Example of the generated public key format (id-rsa.pub
)
Last updated