Εντολή ssh-keygen: παραδείγματα δημιουργίας SSH keys
Πρακτικά παραδείγματα ssh-keygen: SSH keys Ed25519/RSA, όνομα αρχείου, passphrase, fingerprint, GitHub και δοκιμή σύνδεσης σε 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 keys
SSH Key Generator: δημιουργία SSH keys online