ssh-keygen

The purpose of this document is to explain how to use ssh-keygen.

  • ssh-keygen -t rsa -C "your_email@example.com"

    • ssh-keygen -t rsa -b 4096 -C "your-email@example.com (2048 is default)

[Edit]