search for: cashdollar

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

2002 Oct 30
1
connect() timeout patch.
...on? I have written a patch that allows the user to set a timeout the ssh clients connection attempt. I added this because many of us use ssh in automated scripts and in some cases machines may no longer be reachable, rather than wait you can set the timeout to say 3 seconds (-z switch). -- Larry Cashdollar -------------- next part -------------- --- readconf.h Sun Jun 9 16:04:03 2002 +++ ../openssh-3.5p1.modlwc/readconf.h Wed Oct 30 08:50:52 2002 @@ -100,6 +100,7 @@ Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION]; int clear_forwardings; int no_host_authentication_for_localhost; + int...
2002 Mar 03
0
Documentation question.
...ave been working on adding some logging abilities to the ext3 filesystem. I am at the point now where I could use some pointers to source code documentation, functions, data structures generally an overview of the implementation. If such a beast exists I would love to be pointed at it. -- Larry Cashdollar
2007 Aug 15
0
testing openssh 4.7
Compiled and tested on MacOSX 10.4.10. Darwin vapid.dhs.org 8.10.1 Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386 i386 i386 All appears to work just fine.
2007 Aug 22
0
Patch to allow checking of v1 keys on remote host.
The attached patch for 4.6p1 adds a feature (-u) that will check to see if a key exists on a remote host. I use this for auditing my users transition to v2 keys very useful. If there is any interest I'll provide a patch for v2 ssh keys also. http://vapid.dhs.org/dokuwiki/doku.php?id=vapidlabs:openssh_check_key_patch -- Thanks Larry --- orig/openssh-4.6p1/sshconnect1.c 2006-11-07