ssh -i ~/.ssh/id_ed25519 user@server-ip
Category: Self-Hosting
ssh -i ~/.ssh/id_ed25519 user@server-ip
Connect to a server using a specific private key file
Connects to a server using a specific private key file. Use this when you have multiple SSH keys for different servers.