C library implementing the SSH2 protocol for secure connections
C library implementing the SSH2 protocol
libssh2$ gcc -I/usr/local/opt/libssh2/include myprogram.c -L/usr/local/opt/libssh2/lib -lssh2 -o myprogram$ pkg-config --modversion libssh2$ pkg-config --cflags --libs libssh2