mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-08-17 07:58:37 +02:00
9 lines
201 B
C
9 lines
201 B
C
/*
|
|
* Definitions for IPC between sshd and privileged agent
|
|
*/
|
|
#pragma once
|
|
|
|
#define SSH_PRIV_AGENT_MSG_ID 0
|
|
#define PUBKEY_AUTH_REQUEST "pubkey"
|
|
#define LOAD_USER_PROFILE_REQUEST "loadprofile"
|