Displaying 3 results from an estimated 3 matches for "connect_to_servic".
Did you mean:
connect_to_service
2005 Jun 15
0
sftp-logging patch and make tests problem
i tried the sftp-logging patch (v 1.3 from
http://sftplogging.sourceforge.net/download/v1.3/)
with OpenSSH 4.1p1 (and 4.0p1)
with the patch applied, all sftp tests
in "make tests" fail
(sfp exits with 255)
strace shows that there is a SIGCHLD immediately after
fork() in connect_to_server()
and sftp gets then killed by "SIGPIPE (Broken pipe)"
using the same sftp/sftp-server
2006 May 23
4
Are there OpenSSH library coding examples
Hi-
Apologies in advance if this is off-topic, but I've been
unable to find any coding or usage examples on how to open a
SSH client to a remote server. I'll happily RTFM if I can just
find the FM (!). The client environment is x86 Linux 2.6.x,
the remote SSH servers will be on proprietary embedded devices.
My current application uses a socket interface and select()
to communicate
2002 Feb 05
3
COPY_SIZE #define
I noticed the "XXX: what should this be?" w.r.t. COPY_SIZE in
sftp-client.c. I made up the following quick patch to allow a new
command-line argument, "-B" (for 'buffer' size) to specify this value.
I haven't done any strict benchmarking yet, but -B65535 is faster than
-B8192 which is much faster than -B16.
PS again, I am not on this list, so please CC me any