פקודת ssh-keygen: דוגמאות ליצירת מפתחות SSH
דוגמאות מעשיות ל-ssh-keygen: יצירת מפתחות Ed25519 ו-RSA, שם קובץ, passphrase, fingerprint, GitHub ובדיקת גישה לשרת.
- 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
מחולל מפתחות SSH: יצירת מפתחות אונליין