Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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)

Existing Key

To create you "authorized_keys" file you can copy the file use from your local system using the following:

ssh-copy-id -i "filename" user@hostname

...