...
Locate the .ssh directory for the user you will use to scan the target server (If the directory doesn't exist for that user it will need to be created)
If the username is iQSonar, then the hidden folder .ssh will be located in /home/.ssh typically on Linux/Unix hosts.
Existing Key
To create you "authorized_keys" file you can copy the file from your local system using the following:
...