Displaying 20 results from an estimated 1000 matches similar to: "[PATCH] New Solaris Package script."
2001 Jan 18
1
Announcement: PRNGD 0.9.0 available
Hi!
I have just made the 0.9.0 release of PRNGD available.
PRNGD is the Pseudo Random Number Generator Daemon.
It has an EGD compatible interface and is designed to provide entropy
on systems not having /dev/*random devices.
Software supporting EGD style entropy requests are openssh, Apache/mod_ssl,
Postfix/TLS... Automatic querying of EGD sockets at fixed locations has
been introduced in the
2001 Oct 02
2
New feature: remote entropy gatherer port
[NOTE: I'm new to this list and this is my first
approach to OpenSSH code.]
I've enhanced "--with-prngd-port=PORT" flag to accept an
optional hostname as in "myhost:myport", e.g.:
% ./configure --with-prngd-port=example.com:12345
Although I'm certain that this may cause big trouble if remote
gatherer isn't online (ssh will refuse to open any connection)
I
2002 Mar 25
0
buildpkg on solaris 8 OK BUT?..
Hello all,
I was finally able to create the OpenSSH package for Solaris 8 10/01.
The problem I have now is that I will still need to have entropy ready
prior to openssh-3.1p1 package installation. Otherwise there is no entropy
pool available (with the new servers) and key generation fails.
With the previous versions of openssh, I used SUN's
"makeOpenSSHPackage.ksh" script and was
2002 Jul 19
0
[Bug 361] New: PRNGD not yet seeded & SSH banner stills show previous banner
http://bugzilla.mindrot.org/show_bug.cgi?id=361
Summary: PRNGD not yet seeded & SSH banner stills show previous
banner
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: ssh
AssignedTo:
2002 Jan 17
0
[Bug 71] New: configure is looking for zlib but I don't have one and I can't turn zlib off.
http://bugzilla.mindrot.org/show_bug.cgi?id=71
Summary: configure is looking for zlib but I don't have one and I
can't turn zlib off.
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: critical
Priority: P2
Component: Build
2010 Jun 14
3
[Bug 1781] New: Document how to use Solaris 10 /dev/random
https://bugzilla.mindrot.org/show_bug.cgi?id=1781
Summary: Document how to use Solaris 10 /dev/random
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: unassigned-bugs at mindrot.org
2001 Nov 06
1
Entropy and DSA key
On Tue, 6 Nov 2001, Dan Astoorian wrote:
> Date: Tue, 6 Nov 2001 13:23:58 -0500
> From: Dan Astoorian <djast at cs.toronto.edu>
> To: Dave Dykstra <dwd at bell-labs.com>
> Cc: Ed Phillips <ed at UDel.Edu>
> Subject: Re: Entropy and DSA key
>
> On Tue, 06 Nov 2001 10:54:12 EST, Dave Dykstra writes:
> > > On Mon, 5 Nov 2001, Ed Phillips wrote:
>
2001 Jun 07
2
Patch to enable multiple possible sources of entropy
I have a need to have the same OpenSSH binaries run on multiple machines
which are administered by different people. That means on Solaris, for
example, there will be some with /dev/random, some on which I can run prngd
because they'll be installing my binaries as root, and some which will have
neither because they will be only installed as non-root. Below is a patch
to enable choosing all 3
2002 Jul 24
3
OpenSSH 3.4p1 "PRNG is not seeded"
I upgraded from OpenSSH_3.0.2p1 to OpenSSH 3.4p1. Starting SSHD or
ssh-keygen I'm getting the "PRNG is not seeded".
I have verified that prngd is running and "egc.pl /var/spool/prngd/pool get"
runs just fine reporting 32800 bits of entropy.
My platform is Solaris 8 (sparc) and I downloaded binaries from
www.sunfreeware.com.
My guess is the build of OpenSSH 3.4.p1 is
2002 Jun 18
1
ssh-keygen hangs with empty prngd.conf - bug ?
Hi,
I use openssh-2.9p2 on an i386 LynxOS system.
Since LynxOS does not have support for /dev/[u]random, I installed openssh
with prngd support.
It so happened by accident on installation that prngd.conf got truncated to
zero size.
With prngd running as such, ssh-keygen just hangs.
I notice similar case with sshd, ssh, ... as all these depend on prngd for
random number.
SMMEstack# /usr/sbin/sshd
2002 May 09
2
OSSH_PATH_ENTROPY_PROG' unexpected
I'm trying to configure and build the current bits from the CVS tree,
I've used autoconf (GNU Autoconf) 2.52 to generated configure from
the configure.ac file.
When I run configure on Solaris 9 I get a failure thus:
$ ./configure
....
checking for OpenSSL directory... /usr/local/ssl
checking for RSA support... yes
checking whether OpenSSL's headers match the library... yes
checking
2004 Dec 18
0
Make ssh-rand-helper fall back to commands when configured with prngd
Hi.
I recently snookered myself: I build OpenSSH on an old box that didn't
have /dev/random, but happened to be running prngd at the time for other
reasons. Because I wanted to use commands, I configured
--with-rand-helper, however configure found the prngd socket and built
ssh-rand-helper to use it exclusively.
Next reboot: no prngd, no random seed, no sshd. Do not log in, do not
2008 Jul 11
1
openssh / prngd unresolved bug since 2002, need help
Hello,
I apologize if this is the wrong list. It was the list I was directed
towards. I have reviewed the archives as well as everything I could
google before posting. Any help is most appreciated:
We're seeing an error during sftp and ssh connections with consistent
regularity. It's triggered by a high number of connections coming into
sftp/ssh at the same time. It affects
2002 Apr 01
1
entropy problems IRIX
Hello!
I am running openSSH 2.9x on an IRIX 6.5.x platform.
This was recently installed using SGI-supplied
"freeware" binaries.
I find that as time goes on, it takes more attempts
to establish an ssh connection from the IRIX platform
to another machine, as it fails with "not enough entropy
in PRNG." I posted a note asking for assistance, and
received a reply suggesting I
2002 Jan 22
4
ssh-rand-helper
Now that ssh-rand-helper has been segregated into a separate program,
I'd like to revisit an old question about its entropy gathering.
- would it be desirable to make it possible for ssh-rand-helper to fall
back to external commands if PRNGD cannot be reached, instead of
choosing one or the other at compile time?
- When using PRNGD, the program gets 48 bytes of entropy from PRNGD,
2005 Aug 16
2
SIP "agent" phone w/ headset
I have a call center where we're looking at converting it from a
traditional PBX w/ digital phone "agent" sets (keyless phones) that have
headsets to a SIP based environment.
I am having trouble finding anything on the market that resembles this
in the VoIP world.
For reference, we're currently using Inter-Tel Agent Sets, which are
basically a digital phone with out any keypad,
2002 May 17
2
SSH 3.2.2 on Solaris 8 with /kernel/drv/random
Hi,
I'm like to try a get the new release to work with Sun's new device,
that can be installed with patch 112438-01.
I compiled SSL attempting to point it at the random device:
cd openssl-0.9.6d
./Configure solaris-sparcv7-gcc
make DEVRANDOM="/kernel/drv/random"
And then ran the SSH configure:
./configure --prefix=/opt/OBSDssh --with-pam --without-rsh \
--sysconfdir=/etc/ssh
2002 Mar 08
2
Cannot run OpenSSH 3.1p1 on Solaris 8, Irix 6.5.14, Irix 6.5.4, SunOS 4.1.3_U1 - ssh-rand-helper child produced insufficient data
I have successfully compiled OpenSSH 3.1p1 for the following systems:
Solaris 8
Solaris 7
Irix 6.5.14
Irix 6.5.4
SunOS 4.1.3_U1
Unfortunately, the new sshd is not working on any of the above systems
with the exception of Solaris 7. (I then put the Solaris 7 executables
on Solaris 8, and they worked there too.)
This is the error I'm getting:
$ /usr/etc/sshd -D -d -d -d
debug3: Seeing PRNG
2003 May 06
0
prngd not seeded
I am running openssh 3.4p1 and had everything working fine, but then we had
to upgrde the openssl. So did the same steps now openssh is not seeing
prngd. We configure openssh with :
--with-prngd-socket=/var/spool/prngd/pool
this is what we saw with openssl-0.9.6g when I configured it:
OpenSSH has been configured with the following options:
User binaries: /usr/local/bin
2001 Nov 09
0
[Bug 13] New: Need faster ssh startup when no /dev/random or prngd available
----- Forwarded message from bugzilla-daemon at mindrot.org -----
From: bugzilla-daemon at mindrot.org
To: dwd at bell-labs.com
Subject: [Bug 13] New: Need faster ssh startup when no /dev/random or prngd available
Date: Sat, 10 Nov 2001 04:25:32 +1100 (EST)
http://bugzilla.mindrot.org/show_bug.cgi?id=13
Summary: Need faster ssh startup when no /dev/random or prngd