package
0.0.0-20230308141510-ffb99a71fef0
Repository: https://github.com/donders-institute/dynamore-feature-extraction-runner.git
Documentation: pkg.go.dev

# Functions

AddAuthorizedPublicKey appends the public key in `publicKeyFilename` into the file `.ssh/authorized_keys` within the home directory of `username`.
GenerateRSAKeyPair creates RSK key pairs within a given location.
GetSyscallCredential returns the `syscall.Credential` structure of the given system `username`.

# Structs

Payload is the data structure for the feature extraction payload.
SSHConnector is used tp replace the standard SSH library functions.

# Interfaces

Connector is an interface to be able to mock SSH connections.