Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 206 Bytes

generate_key_pair.md

File metadata and controls

9 lines (6 loc) · 206 Bytes

Generate key pair (most secure ed25519 algorithm)

ssh-keygen -t ed25519
  • -t ed25519 - will generate the key pair based on the best-known algorithm at the moment (may 2020)

group: key_pair