9f6abd2701
The server side channel wasn't tested and does not work this way with FreeRDP. Rely on the server side channel that come with the RDP server(s).
12 lines
267 B
CMake
12 lines
267 B
CMake
|
|
set(OPTION_DEFAULT OFF)
|
|
set(OPTION_CLIENT_DEFAULT OFF)
|
|
|
|
define_channel_options(NAME "sshagent" TYPE "dynamic"
|
|
DESCRIPTION "SSH Agent Forwarding (experimental)"
|
|
SPECIFICATIONS ""
|
|
DEFAULT ${OPTION_DEFAULT})
|
|
|
|
define_channel_client_options(${OPTION_CLIENT_DEFAULT})
|
|
|