1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-24 19:37:48 +03:00

New example server for kbdint authentication.

This commit is contained in:
milo
2011-02-08 04:51:47 +01:00
parent 3c0a4781e4
commit cc76a192df
2 changed files with 416 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ if (LINUX)
if (WITH_SERVER)
add_executable(samplesshd samplesshd.c)
target_link_libraries(samplesshd ${LIBSSH_SHARED_LIBRARY})
add_executable(samplesshd-kbdint samplesshd-kbdint.c)
target_link_libraries(samplesshd-kbdint ${LIBSSH_SHARED_LIBRARY})
endif (WITH_SERVER)
endif (LINUX)