Displaying 20 results from an estimated 8000 matches similar to: "Running openssh-3.1p1 from sunfreeware..."
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
2009 Dec 03
1
Samba from Sunfreeware and nss_winbind.so
Sunfreeware.com has compiled packages of Samba 3.4.2 with kerberos and
ldap support included (if you also install the ldap and kerberos
packages from sunfreeware.) However it does not include the
nss_winbind.so.* or libnss_winbind.so.* files.
Solaris does include nss_winbind.so already (since it is included with
Samba 3.0.x) or I could compile it from the 3.4.x source code. But
then I
2002 Apr 25
2
ssh-rand-helper probs
Hi all
Am i doing this right? Is this the right list to post to? If not, a
quick lesson in ettiquette for me would not hurt. As I am both just
starting to use newsgroups and SSH, I am not entirely familiar with the
processes. I have a question about ssh-rand-helper. First an outline: I
am currently using the SSH packages for Solaris 2.8 available at
sunfreeware.com. The environment is
2002 Apr 15
0
[Bug 216] New: ssh-keygen vs. SSH Version 2.0.13 hostkeys
http://bugzilla.mindrot.org/show_bug.cgi?id=216
Summary: ssh-keygen vs. SSH Version 2.0.13 hostkeys
Product: Portable OpenSSH
Version: 3.1p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
AssignedTo: openssh-unix-dev at mindrot.org
2002 May 02
0
Possible issue with PAM/OpenSSH?
I recently compiled OpenSSH and its supporting products (see version list
below) for my Solaris 8 system. With the exception of options changing the
install locations of the products and the fact that the versions of the
software I used were current, I followed same procedure used to compile and
install the products outlined in the Sun white paper "Building and Deploying
OpenSSH for the
2002 Jul 08
0
[Bug 340] New: Segmentation Fault
http://bugzilla.mindrot.org/show_bug.cgi?id=340
Summary: Segmentation Fault
Product: Portable OpenSSH
Version: 3.1p1
Platform: ix86
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P1
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: malkema at
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 Feb 10
0
Openssh
I installed openssh on my sun blade, however, prngd, I cannot get seeded. I
downloaded the latest version from sunfreeware.com dated NOV 21-02, hoping
that this installation of openssh works, is there any trick to deinstalling
the previous version prior to loading the new? Also, do you have a cheat
sheets or personal notes you would be willing to share?
Thanks
Jeff Pringle
Dept Of Interior
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
2007 Feb 19
1
sftp logging
hello!
i want to use the new options for sftp logging (openshh version 4.5,
solaris 10), but sshd doesn't know the options (LogSftp, Sftpxxxxx)
from the release notes 4.4:
"
* Add optional logging of transactions to sftp-server(8).
"
4.5 is only a bug fix version.
from http://sftplogging.sourceforge.net/
"
NOTICE: 1/31/2007. This patch is superseded by the sftpfilecontrol
2006 Jun 13
0
winbindd speeds up 3.0.x with "security = server"
We use "security = server" in order to achieve centralized password
management and seamless windows integration for some of our users.
Regardless of the intelligence of doing so, there is a noticable several
hundred percent slowdown when we switched from Samba 2.2.x to 3.0.x. I've
tried 3.0.8, 3.0.10, 3.0.11, 3.0.22 and 3.0.23rc1 -- they all are much
slower for opening files,
2000 Mar 01
1
Post-compile RSA error with 1.2.2, Solaris 7, OpenSSL 0.9.5
I've been happily using the pre-packaged OpenSSH on my Debian systems
for several weeks. Yesterday I finally started the process of getting
OpenSSH up and running on all our Solaris boxes, to replace the
existing (patched) 1.2.27 non-free version. (Our in-house patches to
1.2.27 include generation of kernel-level audit data for both IRIX and
Solaris, and I want to port/contribute that code
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
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 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
2004 May 24
2
Samba 3.0.4 fails to compile on Solaris 9
I have been trying to compile Samba 3.0.4 on a SunFire v880 running Solaris
9 but "make" generates a fatal error. My goal is to get Samba compiled
with the "--with-ldapsam" option so that I can use SunOne Directory Server
5.2 as the back-end repository for user authentication. I have gcc version
3.3.2 installed in /usr/local/bin/gcc which I have used to successfully
compile
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
2002 Mar 26
0
openssh-3.1p1, buildpkg.sh on Solaris 8
Hello.
First I would like to thank you for making building the OpenSSH package
so easy on Solaris 8. I wish it was so easy with all open source
software.
For your information, I just build and packaged OpenSSH-3.1p1 on my
Ultra 5 workstation with the following packages:
system SUNWadmr System & Network Administration Root
system SUNWarc Archive Libraries
system
2007 Apr 25
0
winbind on Solaris 10
Hello,
I'm trying to get a Samba to work on a Sun Solaris10 SPARC. The Samba has to be a Domain member in order to use the NT-Users and Groups. So I need winbind. The preinstalled Samba, winbind is not compiled in and the precompiled Samba on sunfreeware.com is nether delivered with the libnss_winbind.so. So I compiled my own one. I tried with 3.0.20a, 3.0.22 and 3.0.24.
./configure