Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use of public key auth in SCP alert (8.0) #846

Merged
merged 5 commits into from
Nov 4, 2019

Commits on Oct 30, 2019

  1. Allow use of SSH public key auth in SCP alert

    The alert now not only works with password but also SSH key credentials.
    timopollmeier committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    18fb6f5 View commit details
    Browse the repository at this point in the history
  2. Include sshpass / scp error message in SCP alert

    If the sshpass or scp command fails, the first lines of the error
    message printed to stderr are also returned.
    timopollmeier committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    64ba347 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bad668 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    219a700 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Clarify use of files in SCP alert

    Some comments and variable names were wrong or unclear about the content
    of the extra data files used by the alert.
    timopollmeier committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    fb6b669 View commit details
    Browse the repository at this point in the history