Reference Guide
...
SSH Proxy Connections
Global SSH Key Connections

Uploading Public Component of Key Pair to Target SSH Device

ssh-copy-id -i <publicKeyPair path> username@remote_host

Document image


The output of the public key pair can also be manually copied and pasted to the authorized_keys file at the target.

Document image