MENU
    SCP
    • 24 Dec 2022
    • 1 Minute to read
    • Dark
      This documentation version is deprecated, please click here for the latest version.

    SCP

    • Dark

    Article summary

    Output events and detections over SCP (SSH file transfer).

    • dest_host: the ip:port where to send the data to, like 1.2.3.4:22.
    • dir: the directory where to output the files on the remote host.
    • username: the SSH username to log in with.
    • password: optional password to use to login with.
    • secret_key: the optional SSH private key to authenticate with.

    Example:

    dest_host: storage.corp.com
    dir: /uploads/
    username: storage_user
    password: XXXXXXXXXXXX
    YAML

    Was this article helpful?

    What's Next