search for: serverconf

Displaying 4 results from an estimated 4 matches for "serverconf".

Did you mean: serverconn
2007 Jun 18
2
patch for triggering SFTP process_write
...g sftp command section to ssh command section, but unfortunately isn't my case. The patch consist in a modification of sshd_config file. In this file I add two new directive for each user who want to trigger the write mechanism. The new items in configuration file are essentially skipped by serverconf.c module: I'll try to be the less invasive I can... In the other hand, SFTP-server re-read configuration file to catch the new items only if the config line contains pw->pw_name, i.e. the authenticated user of this sftp session. Only in this case a new struct, called Trigger, is filled...
2009 Sep 18
1
Selective and efficient logging of auth/connection information
...e two downsides to that approach: - It looks as if audit doesn't really have access to the client connection information at the time it can log connection info - I don't see a way to add configuration parameters for audit modules to sshd_config without patching the main source (readconf/serverconf) But maybe the things I want are already there and I'm just overlooking them, if I do so I'd be grateful for any pointers in the right direction. If it's not there, I'd be willing to invest some time to add the neccessary functionality and would welcome all thoughts about the corre...
2007 Jun 21
1
tripplite_usb.c reconnection
On 6/21/07, Arjen de Korte <nut+devel at de-korte.org> wrote: > Charles, > > The same remarks as for the reconnect_ups() patch for usbhid-ups.c go for > the function with the same name in tripplite_usb.c. This is also blocking > and thereby locking up the communication between driver and server. I > don't think this is intentional, since the MAX_RECONNECT_TRIES in >
2001 Mar 06
1
openssh-2.5.1p[1,2] and scp-problems on Solaris7
Hi, I'm not subscribed to that list, so please keep me in cc, if you decide to answer my question I'm trying to compile and install openssh for some solaris7-machines. Everything works fine, but I'm continuously failing to connect openssh's sshd with scp: I've tried openssh-2.5.1p1: the daemon died with signal 11 (SIG_SEGV) - sure I've read the hint on that list