ssh-keygen komutu: SSH anahtarı oluşturma örnekleri
ssh-keygen için pratik örnekler: Ed25519/RSA SSH anahtarı, dosya adı, passphrase, fingerprint, GitHub ve sunucu bağlantı testi.
- 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 komutu: SSH anahtarı oluşturma örnekleri
SSH anahtar oluşturucu: çevrimiçi SSH anahtarı oluşturun