6.0 Configuring data management > 6.1 SCP setup > 6.1.1 Generating SSH key on source host

6.1.1 Generating SSH key on source host

On the source host as the transfer user, execute the following:

> ssh-keygen -t rsa

This will prompt for a passphrase (optional) and create two files (id_rsa and id_rsa.pub) inside ~/.ssh/.

Related topics