Lệnh ssh-keygen: ví dụ tạo SSH key
Ví dụ ssh-keygen thực tế: tạo SSH key Ed25519/RSA, đặt tên file, passphrase, fingerprint, GitHub và kiểm tra đăng nhập 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.
Lệnh ssh-keygen: ví dụ tạo SSH key
SSH Key Generator: tạo SSH key online