The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eris::log::context::sshd - Parse sshd logs into structured data

VERSION

version 0.005

SYNOPSIS

Parse sshd logs into structured data

METHODS

contextualize_message

Parses an sshd log and extracts the relevant details

    action    => authentication/..
    status    => succes/failure/invalid
    driver    => keyboard/password/public key
    acct      => user in question
    proto_app => sshv2 / sshv1

And

    src_ip, src_port

SEE ALSO

eris::log::contextualizer, eris::role::context

AUTHOR

Brad Lhotsky <brad@divisionbyzero.net>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Brad Lhotsky.

This is free software, licensed under:

  The (three-clause) BSD License