# 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.