Copy SSH Key to Server
Install your SSH public key on a remote server
Overview
Install your SSH public key on a remote server
Commands
ssh-copy-id -i ~/.ssh/id_ed25519.pub {user}@{host}
Install your SSH public key on a remote server
Install your SSH public key on a remote server
ssh-copy-id -i ~/.ssh/id_ed25519.pub {user}@{host}