• Cody Bonney
  • May 13, 2020
linux

Copying an SSH public key to a server

After creating a public key, you can use the following command to copy it to a remote server and allow authentication without requiring a password.

$ ssh-copy-id <username>@<IP or hostname>

more SSH posts

linux Adding a passphrase to an existing SSH private key
vagrant Pass an SSH command to a Vagrant machine

more Linux posts

linux Importing an OpenVPN configuration file into Network Manager
linux Change default timeouts for starting and stopping systemd units