Switch language한국어
Back to the list

What Is ssh-keygen

TL;DR AI

Key summary

2 min read
  1. ssh-keygen is the OpenSSH utility used to create SSH public-private key pairs for secure remote access.

  2. By default, it generates keys in standard file locations and supports common algorithms like RSA, DSA, ECDSA, and Ed25519.

  3. The command lets users choose the algorithm, key size, and output filename, making key generation flexible.

  4. Careful SSH key management matters because exposed or poorly handled keys can become long-lived credentials.

Read the original