similar to: patch to specify DSA host key on command line

Displaying 20 results from an estimated 100 matches similar to: "patch to specify DSA host key on command line"

1998 Nov 24
0
Additional autoconf test for linuxppc/mklinux
I am attaching a patch to R-0.63's configure.in file which will enable R to detect and use some special math libraries on linuxppc and mklinux. The patch provides tests for these libraries and enable/disable switches for them as well. One library is the libmoto math library which must be used in conjunction with libm (it only replaces some of libm's functions). The other is a RISC
1998 Nov 24
0
Additional autoconf test for linuxppc/mklinux
I am attaching a patch to R-0.63's configure.in file which will enable R to detect and use some special math libraries on linuxppc and mklinux. The patch provides tests for these libraries and enable/disable switches for them as well. One library is the libmoto math library which must be used in conjunction with libm (it only replaces some of libm's functions). The other is a RISC
1999 Jan 21
0
hdf5 config test in R-0.63.2
I just tried to build R-0.63.2 on my mklinux machine and noticed a problem with the configure script. First, configure tests for the library libhdf5, then it tests for the libz library. Since libhdf5 depends on libz, the libhdf5 test fails even when it is present. Later in the configuration script, there is a test for hdf5.h. If this file is found, then support for HDF5 is enabled. However,
1999 Nov 24
1
Printing to NT Printer
I have a shared printer on an NT server and I am trying to print to it from a unix machine running Solaris 2.7 and Samba 2.04. Can someone help me out please? Ray Moroney Principal Engineer, RF Integration Inc., 505 Middlesex Turnpike, Suite 15, Billerica, MA 01821. Tel: (978) 663 7960 Fax: (978) 663 7965
1999 Nov 18
1
Samba Server cannot find shares on NT Machine
I have a network containing an NT server, an NT workstation, a number of Windows95/98 machines and a Unix machine running Solaris 2.7 and Samba 2.0.4. The Samba machine shows up on all the windows machines and seems to be working fine from that point of view. However when I use the command ./smbclient -L hostname on the unix machine, the shares on the NT machines do not show up. The shares on the
1998 Nov 20
2
R and hdf
Hi, I've been playing with R for only a few days, so I'm not terribly familiar with it yet. Has anyone ever done any work using HDF or NetCDF files with R? Both file formats have libraries which can be linked to a program to read and write data to these formats. Is this sort of thing possible with R? We are planning to use the HDF format to store experimental data collected by some
2003 Aug 31
1
observations about delays
I've tried two imap clients (mahogany and Mozilla) and they both have strange delays and weird failures. As a reminder, I am using mbox format mailboxes on the server and client side filtering of messages from the inbox. In both cases when the client fetches messages from the inbox and starts redistributing them, CPU utilization on the imap server goes to around 40 percent for Mozilla
2011 Mar 02
0
sshd doesn't accept -c option
Hi, I was testing host key signing when I came across problem with adding certificates using command line. Running /usr/sbin/sshd -c certfile returns sshd: illegal option -- c OpenSSH_5.8p1-hpn13v10, OpenSSL 1.0.0d 8 Feb 2011 usage: sshd [-46DdeiqTt] [-b bits] [-C connection_spec] [-c host_cert_file] [-f config_file] [-g login_grace_time] [-h host_key_file] [-k
2002 Dec 18
2
patch for openssh3.5p1 - adds logging option
this patch adds a LogFile option to sshd_config. it just logs messages directly to a file instead of stderr or syslog. the largest change is an additional argument to log_init() in log.c for the log file name (and then changes to the rest of the tools to add a NULL arg). galt -------------- next part -------------- diff -urN openssh-3.5p1-orig/log.c openssh-3.5p1/log.c ---
2001 Feb 13
4
issue with EGD in openssh
There are a couple of issues regarding egd support in OpenSSH. 1) SIGPIPE is not ignored for the master listener daemon. I put the signal() call early on since it needs to be before get_random_bytes() is called but it could also be placed in the EGD version of get_random_bytes(). For some reason, with prngd I am getting SIGPIPE even though the prngd processes is not dying.
2009 Sep 12
1
E65 fails registration, soft phone works
Hey folks, I am trying to get an E65 to connect to asterisk, and I would really appreciate a second set of eyes. The SIP dialog completes fine, but the phone subsequently says "Registration failed". I am in a network that has what seems to be a SIP-capable NAT gateway, but the asterisk is configured nat=yes anyway. Using a softphone (twinkle), I can connect just fine, SIP and RTP work.
2002 Mar 26
1
Two patches for OpenSSH 3.1p1
Please find enclosed two patches for OpenSSH 3.1p1. The first patch solves a problem where sessions will be left "hanging" when you normally exit from a ssh shell (for example by logging out from the remote host via "exit" or "logout"). The problem seems to be that sshd (and some other parts of OpenSSH) doesn't check the return code and errno from waitpid() for
2001 Jan 04
2
Patch to allow openssh-2.2.0-p1 to be started from /etc/inittab
The following patch allows OpenSSH 2.2.0-p1 to be started (and managed) from /etc/inittab (by "init") on systems which support that. This is useful when you *really* want SSHD to always run since it will be automatically restarted by "init" if it dies (and if "init" dies the the systems dies :-). I use a line (in /etc/inittab) like this on Solaris systems:
2019 Aug 06
2
[PATCH v2] Remove sshkey_load_private()
Remove sshkey_load_private(), as this function's role is similar to sshkey_load_private_type(). --- Dependency: This change depends over recently merged change in openbsd: https://github.com/openbsd/src/commit/b0c328c8f066f6689874bef7f338179145ce58d0 Change log: v1->v2 - Remove declaration of sshkey_load_private() in authfile.h authfile.c | 38
2007 Jan 08
0
How to remove group1 and group14 from OpenSSH..
Hello everyone.. I am fairly new to the patching format.. so I just decided to post a basic info about how to remove group1 and group14 diffie key exchange in OpenSSH. I know that they are listed as required in RFC 4253 but I don't want a client to have the choice to use a 1024 bit prime for the key exchange. If someone is getting into my system.. they should upgrade to a new client. I am a
2015 Jan 09
5
OpenSSH_6.7p1 hostbased authentication failing on linux->linux connection. what's wrong with my config?
I run OpenSSH on linux @ client which ssh /usr/local/bin/ssh ssh -v OpenSSH_6.7p1, OpenSSL 1.0.1j 15 Oct 2014 @ server which sshd /usr/local/bin/sshd sshd -v unknown option -- V OpenSSH_6.7p1, OpenSSL 1.0.1j 15 Oct 2014 usage: sshd [-46DdeiqTt] [-b bits] [-C connection_spec] [-c host_cert_file] [-E log_file] [-f config_file] [-g login_grace_time]
1998 Nov 20
4
R-0.63 for MsWindows
New files (at CRAN/binaries/ms-windows/win-32-devel ; available at least at Vienna; in a couple of days on every mirrors) - rw0630b.zip: binary distribution; it should run under Win3.1/Win32, Win95, Win98 and WinNT; - rw0630h.zip: `stardard help' files (the ones you see after help(topic) or ?topic); it also includes the help examples (the one needed by
1998 Nov 20
4
R-0.63 for MsWindows
New files (at CRAN/binaries/ms-windows/win-32-devel ; available at least at Vienna; in a couple of days on every mirrors) - rw0630b.zip: binary distribution; it should run under Win3.1/Win32, Win95, Win98 and WinNT; - rw0630h.zip: `stardard help' files (the ones you see after help(topic) or ?topic); it also includes the help examples (the one needed by
2008 Dec 10
1
Speex on Nokia Symbian S60 phones
It would be very nice to know about some good success without too much cpu issues on Nokia devices, i tried pjsip.org project on S60 FP1 E65 +200mhz ARM cpu with speex but don't had much luck in using it without having 100% cpu usage :( Please let us to know about your testing E65 CPU: http://www.nokia-tuning.net/index.php?s=processor Fabio Pietrosanti Jordan Dimov wrote: > Thank
2009 May 11
2
DTMF received twice
Hi all, I run an Asterisk 1.4.24.1 and face problem with DTMF. When calling from my mobile phone -Nokia E65- in GSM, Asterisk present me a second tone so I can use the GW. For this I use: exten => s,1,NoOp(One of our workers (${CALLERID(number)}) is calling office) ;callerID is the one of the calling mobile phone exten => s,n,Background(silence/1) ; Nokia E65 send digits in