Comanda ssh-keygen: exemple pentru chei SSH
Exemple practice de ssh-keygen: chei SSH Ed25519/RSA, nume de fișier, passphrase, fingerprint, GitHub și test de login pe 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.
Comanda ssh-keygen: exemple pentru chei SSH
Generator de chei SSH: creează chei SSH online