Hi Audrius. I am using libssh as the client.
the directory of the executable is set on the server side path environment. PATH='/bin/;/sbin/;/usr/bin/;/usr/sbin/;' ssh user@server how can i force the client to export the path? export it via libssh api? export the PATH on make file during the compiling? thank you scott
