คำสั่ง ssh-keygen: ตัวอย่างสร้าง SSH key
ตัวอย่าง ssh-keygen ที่ใช้จริง: สร้าง SSH key แบบ Ed25519/RSA, ตั้งชื่อไฟล์, passphrase, fingerprint, GitHub และทดสอบ login server
- ssh-keygen is the OpenSSH command-line utility for creating and managing SSH key pairs.
- The recommended modern command is ssh-keygen -t ed25519 -C "you@example.com".
- Use ssh-keygen -t rsa -b 4096 only for older systems that do not support Ed25519.
คำสั่ง ssh-keygen: ตัวอย่างสร้าง SSH key
SSH Key Generator: สร้าง SSH key ออนไลน์