This file is indexed.

/usr/lib/x86_64-linux-gnu/cmake/libssh-config.cmake is in libssh-dev 0.6.1-0ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
get_filename_component(LIBSSH_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)

if (EXISTS "${LIBSSH_CMAKE_DIR}/CMakeCache.txt")
    # In build tree
    include(${LIBSSH_CMAKE_DIR}/libssh-build-tree-settings.cmake)
else()
    set(LIBSSH_INCLUDE_DIR /usr/include)
endif()

set(LIBSSH_LIRBARY /usr/lib/x86_64-linux-gnu/libssh.so)
set(LIBSSH_LIRBARIES /usr/lib/x86_64-linux-gnu/libssh.so)