ssh -i ~/.ssh/id_ed25519 user@203.0.113.10

Category: VPS Management

ssh -i ~/.ssh/id_ed25519 user@203.0.113.10

Connect using a specific SSH private key file instead of password

Use this when you have multiple SSH keys. The -i flag specifies which private key to use. This is the standard way to authenticate after setting up key-based auth.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.