أمر ssh-keygen: أمثلة عملية لإنشاء مفاتيح SSH
أمثلة عملية على ssh-keygen لإنشاء مفاتيح Ed25519 وRSA، واختيار اسم الملف، وعبارة المرور، والبصمة، واختبار 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: أنشئ مفاتيح SSH عبر الإنترنت