Z.144 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 

© 2017 Adaptive Computing