News

The first step is to generate a passwordless ssh key. Follow these steps. Open a terminal window. Issue the command ssh-keygen -t rsa. When prompted for a storage location, hit Enter on your keyboard.
That’s right, using the combination of SCP, SSH key authentication, and ssh-agent works well. This will keep you from having to type that SSH key password every time you issue the SCP command.