Copy the given public key to the remote

ssh-copy-id

  • Install your public key in a remote machine's authorized_keys.
    More information: <https://manned.org/ssh-copy-id>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

ssh-copy-id -i {{path/to/certificate}} {{username}}@{{remote_host}}

click the source code to copy install ssh-copy-id on any operating system with command-not-found.com