Příkaz ssh-keygen: tvorba SSH klíčů na příkladech
Praktické příklady ssh-keygen: klíče Ed25519/RSA, název souboru, passphrase, fingerprint, GitHub a test přihlášení na 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.
Příkaz ssh-keygen: tvorba SSH klíčů na příkladech
Generátor SSH klíčů: vytvořte SSH klíče online