src/common/commonutils/SshUtils.h (14 lines of code) (raw):

// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #ifndef SSHUTILS_H #define SSHUTILS_H #ifdef __cplusplus extern "C" { #endif int InitializeSshAudit(OsConfigLogHandle log); int InitializeSshAuditCheck(const char* name, char* value, OsConfigLogHandle log); int ProcessSshAuditCheck(const char* name, char* value, char** reason, OsConfigLogHandle log); void SshAuditCleanup(OsConfigLogHandle log); #ifdef __cplusplus } #endif #endif // SSHUTILS_H