Displaying 20 results from an estimated 1000 matches similar to: "Portable OpenSSH 2.5.1p1: daemontools-aware?"
2001 Nov 21
3
--no-detach option?
How about adding a --no-detach option (to be used in combination with
--daemon) to rsync so it can be run under Dan Bernstein's daemontools'
supervise? If there's interest I'll provide a patch.
--
Jos Backus _/ _/_/_/ Santa Clara, CA
_/ _/ _/
_/ _/_/_/
_/ _/ _/ _/
2000 Dec 15
3
scp without permitting shell access, possible?
[My apologies if this question is deemed inappropriate for this list.]
Using OpenSSH, is it possible for a program/script to copy files with known
filenames from a remote server (running sshd), without allowing (interactive)
ssh access to that server? I.e. ``ssh server ls'' or ``ssh server'' should not
be possible (for security reasons), but ``scp server:file .'' should.
2001 Feb 10
1
Handling of failed connect()s when ssh-agent is busy
We have an application, running under ssh-agent, which fires off a large
number of ssh processes, all of which try to talk to the agent through the
UNIX domain socket under /tmp. When the agent is slow to respond and the
listen queue fills up, connect()s start to fail with ECONNREFUSED, and ssh
exits (agent authentication being used exclusively). To some extent this
problem can be mitigated by
2001 Apr 20
1
2.5.2p2: comments in key files
It appears to be possible to put comments in DSA key files, even though
comments are not supported in those files:
taiko:/depot/src/openssh-2.5.2p2% ./ssh-keygen -d -f mykey -C "comment"
Generating public/private dsa key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in mykey.
Your public key has been saved in
2001 Feb 06
4
argv[0] => host feature considered harmful
OpenSSH still has this feature, SSH-1.2.27 no longer has it. Admittedly it
can be useful sometimes, even though I'd prefer this to be done using a
trivial shell wrapper, which would be the UNIX way of doing things.
Not being able to call OpenSSH's ssh by another name (say ``ssh1'') can get in
the way when having to maintain two versions of ssh in parallel because the
``ssh ->
2013 Oct 14
2
how to handle logging
Hello,
I plan a migration to dovecot and have concerns about the amount of logged data.
On a testsystem dovecot produced 1TB syslog per day with a comparable amount of pop3 sessions.
The current server log to STDOUT which is connected to multilog
(circular buffer, http://cr.yp.to/daemontools/multilog.html)
That way I can have a look at the last activities to any time.
I like to have that in
2002 Mar 21
1
[dillon@FreeBSD.org: cvs commit: src/sys/net zlib.c]
What about this one? The diff looks like this:
--- src/sys/net/zlib.c 2002/02/17 17:35:18 1.11
+++ src/sys/net/zlib.c 2002/03/20 04:05:26 1.12
@@ -10,7 +10,7 @@
* - added inflateIncomp and deflateOutputPending
* - allow strm->next_out to be NULL, meaning discard the output
*
- * $FreeBSD: /c/ncvs/src/sys/net/zlib.c,v 1.11 2002/02/17 17:35:18 jedgar Exp $
+ * $FreeBSD:
2002 Jan 26
2
Interest in ssh-agent connection retry patch?
I wrote a patch to make the number of times and and the delay between retries
that ssh attempts to talk to ssh-agent configurable. This patch is
indispensible when running multiple ssh sessions in parallel from a script
(e.g. to run commands on a large number of hosts); without the patch, many ssh
sessions simply fail because they cannot contact the agent, rendering the
mechanism unusable.
If
2001 Dec 07
1
Cosmetic code cleanup?
Here's a list of cosmetic changes I'd be willing to make to the code in order
to make it more consistent, which stylisticly it currently is not.
- separate function definitions by 2 newlines
- put spaces after commas in arg lists
- put spaces around assignments
- remove trailing spaces
- change space indents to tabs
- fix multiline comments
- remove redundant /* dw */ comments (Deborah
2002 Feb 12
1
socket.c: HAVE_SOCKADDR_LEN misspelt as HAVE_SOCK_SIN_LEN
This causes a compile error on Solaris. Fix:
Index: socket.c
===================================================================
RCS file: /cvsroot/rsync/socket.c,v
retrieving revision 1.73
diff -u -r1.73 socket.c
--- socket.c 25 Jan 2002 02:13:05 -0000 1.73
+++ socket.c 11 Feb 2002 20:04:33 -0000
@@ -590,7 +590,7 @@
if ((listener = socket(PF_INET, SOCK_STREAM, 0)) == -1) goto failed;
2007 Jul 05
10
Does Puppet ensure that a service is up and running?
Just curious as to the functionality of puppet. Does Puppet ensure that a service is up and running as long as puppet is running?
Ie, I want to make sure ssh is always running, if for some reason ssh get''s shut down, does puppet start it back up when it does it''s config sync run?
Thanks!
---------------------------------
Pinpoint customers who are looking for
2006 Mar 11
2
Can this be done with PXELinux?
Hi
This is what I like to be able to do.
1. Computer boot on LAN, using PXELinux.
2. If the computer is booting for the first time it sends MAC adr, RAM, size of harddrive and name of videocard to a shared folder on a computer, maybe a server, that is attached to the network.
3. If this is not the first time it scan for a new task, could be a new ghostimage or an unattended installation of a
2003 May 14
1
mcl models, percentages
I've put two packages for R on my home page at
http://www.xs4all.nl/~jhckx/R/. The "pcnt" package is for multiway
percentage tables. I've posted a first effort called "ctab" on this
group and a request for enhancing "ftable" with percentages on the
wishlist.
The "mcl" package is for estimating multinomial logistic models using
conditional logistic
2003 Jun 17
2
starting with daemontools
Hi all,
I want to start dovecot through DJBs Daemontools-supervise, is there a
configuration option that lets dovecot stay in foreground?
best regards,
Jens
2006 Aug 21
0
Implications of the "-i" switch to s/nmbd ...
Hi,
(3.0.21b, OpenBSD -current)
I'm trying to get the smbd and nmbd processes to run under daemontools and
to log to multilog.
Using the -F -S switches should work, and is widely cited in google
searches, but logging to multilog stops shortly after the daemons start.
The last message that goes to multilog is
standard input is not a socket, assuming -D
and from then on logging goes to the
2013 Mar 16
3
Running other programs from R
Dear list,
I want to run a statistical program (using its .exe file) from R by
writing a script. I know there are some packages that call WinBUGS, Mplus
etc. form R. I just want to call the .exe extension of this program and run
several times writing a code in R. Thus, I want to have the output inside R.
I just don't know where to start. Does anyone have any idea about that? Is
there a
2003 Jul 20
1
rsyncd logging to multilog / stdout
I was looking for suggestions on how I could get rsyncd to send its log
information to multilog, and I came across this post:
http://marc.theaimsgroup.com/?l=rsync&m=105034709927741&w=2
Is there any initiative to integrate this or something like it into the
rsync base? It would be a really useful feature for people who run rsync
under process supervision.
Toby
2001 Dec 04
0
PATCH: log key fingerprint upon successful login
This patch is against 3.0.2p1. It produces output like the first line in the
example below for both v1 and v2 logins. Logging is turned on by sticking
``LogFingerprint yes'' in sshd_conf. It would be nice if something like this
would make it into OpenSSH.
Dec 4 14:21:09 lizzy.bugworks.com sshd[7774]: [ID 800047 auth.info] Found
matching RSA1 key:
2001 Nov 20
0
Patch: 3.0.1p1: rename a conflicting variable
These patches are against 3.0.1p1. I need them because I have a local mod
which needs access to the ServerOptions struct named ``options'', hence the
rename.
--- auth-rsa.c.orig Mon Nov 19 16:54:01 2001
+++ auth-rsa.c Mon Nov 19 16:56:18 2001
@@ -180,8 +180,7 @@
* user really has the corresponding private key.
*/
while (fgets(line, sizeof(line), f)) {
- char *cp;
- char
2001 Dec 08
0
Should --write-batch always sync the target tree?
Currently the --write-batch option in addition to creating the batch files
also syncs the target tree. I'm not sure whether this is always desired. So
far the only way I have been able to come up with to prevent the target tree
from being populated is the patch below; however, the top-level target
directory is still created, so it is not complete. Does this sound like a
worthwile addition to