Hi all, Since there's no documentation on how to write server code using libssh, could anyone point me in the right direction?
My server should be rather simple: it has to accept an incoming SCP transfer through a non-standard port (i.e. something other than 22) from a known IP address. I'm guessing ssh_scp_pull_request should do the trick here, but I wonder if there's anything else I should do. How would authentication work when I'm at the server side?