Displaying 20 results from an estimated 30000 matches similar to: "[Bug 335] Compile PROBLEM!!!!"
2001 Dec 21
6
Killing the builtin entropy code
Over the holidays, I intend to finally rid portable OpenSSH of the
builtin entropy collection code. Here's what I intend to do:
When init_rng is called, we'll check OpenSSL's RAND_status(). If this
indicates that their PRNG is already seeded, we'll do nothing. This
effectively detects platforms which have /dev/urandom (or similar)
configured into OpenSSL.
If OpenSSL isn't
2023 Mar 19
1
openssl 9.3 and openssl 3.1
On Sun, 19 Mar 2023 at 12:25, Nathan Wagner <nw at hydaspes.if.org> wrote:
> I'm trying to compile openssh with openssl 3.1 on a linux machine with
> kernel 4.15.10. I seem to get stuck at:
>
> configure: error: OpenSSH has no source of random numbers. Please
> configure OpenSSL with an entropy source or re-run configure using one
> of the --with-prngd-port or
2023 Mar 19
1
openssl 9.3 and openssl 3.1
I'm trying to compile openssh with openssl 3.1 on a linux machine with
kernel 4.15.10. I seem to get stuck at:
configure: error: OpenSSH has no source of random numbers. Please
configure OpenSSL with an entropy source or re-run configure using one
of the --with-prngd-port or --with-prngd-socket options
I haven't done anything special in configuring openssl. If I have read
the
2002 Sep 17
1
[Bug 398] OpenSSL build mech. doesn't acknowledge /dev/random in Solaris
http://bugzilla.mindrot.org/show_bug.cgi?id=398
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From mouring at eviladmin.org
2002 Jun 25
1
/dev/urandom|random and Solaris
Hello,
Being new to the list i hope this question has not been asked before....
As you might know Solaris 9 supportes /dev/random and /dev/urandom bij
default and earlier version need to install a patch to have these
devices....
But the configuration script under Solaris (Sparc/X86) does not test the
existing of the devices... is this to be known as a error/bug? and is
there a patch?
thanks
--
2005 Nov 17
3
4.2 and the 'last' command
We've run into an interesting dilemma regarding last log information and
ssh 4.2p1. In 3.8, we didn't see this problem, but now has cropped up
in 4.2.
When a user logs in, sshd seems to call 'last' to get the last log
information. 'last' then opens the /var/log/wtmp file and processes the
information. On some systems, this file can be quite large, and we're
seeing
2017 May 01
2
SSH1 deleted
--
jim knoble | jmknoble at pobox.com
> On Apr 30, 2017, at 19:40, Darren Tucker <dtucker at zip.com.au> wrote:
>
>> On Mon, May 1, 2017 at 12:09 PM, Damien Miller <djm at mindrot.org> wrote:
>>
>> Hi,
>>
>> I just deleted SSHv1 support in OpenBSD and portable OpenSSH. There's
>> probably a little dead code still to be expunged, but
2002 Jun 27
8
[Bug 311] Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
http://bugzilla.mindrot.org/show_bug.cgi?id=311
------- Additional Comments From jmknoble at pobox.com 2002-06-28 09:00 -------
What version of glibc?
What's the output of the following?
find /usr/include -name \*.h -follow -exec grep -l SCM_RIGHTS \{\} \;
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2005 Apr 20
1
OpenSSH ssh-keygen and sshd won't work
Hi
I've Problems with my openssh installation on AIX 5.2.
My ssh-keygen and sshd won't work.
The Installation of AIX was proper migrated from aix4.3.3 to aix5.2
openssl-0.9.6m-1
openssl-devel-0.9.6m-1
openssl-doc-0.9.6m-1
openssh.base 3.7.0.5200
I had some Problem with the openssl Installation but with that was a
Problem in the rpm Database. ( /usr/sbin/updtvpkg )
lppchk -vm3 -> ok
#
2003 Sep 18
2
[Fwd: Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh]
Roger Marquis wrote:
> [snip]
>
>It takes all of 2 seconds to generate a ssh 2 new session on a
>500Mhz cpu (causing less than 20% utilization). Considering that
>99% of even the most heavily loaded servers have more than enough
>cpu for this task I don't really see it as an issue.
>
>Also, by generating a different key for each session you get better
>entropy,
2009 Jan 22
8
[Bug 1550] New: Move from 3DES to AES-256 for private key encryption
https://bugzilla.mindrot.org/show_bug.cgi?id=1550
Summary: Move from 3DES to AES-256 for private key encryption
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: All
Status: NEW
Keywords: patch
Severity: enhancement
Priority: P2
Component: ssh-keygen
AssignedTo:
2002 Apr 11
3
getting OpenSSH/OpenSSL to utilize /dev/random
I've installed Sun's SUNWski package on Solaris 8 (32-bit) that provides a
/dev/random interface. It appears to as cat'ing it gives me a bunch of
well, random data.
However, when I ran my configure, it gives me the WARNING.RND message to the
effect that I'm using the built-in. I've seen allusions on this list to
building openssl with to get random support, so I rebuilt it
2003 Oct 01
2
documentation update?
The INSTALL file in the current distribution has the passphrase request
at
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
maybe this should be changed to
http://www.liquidmeme.net/software/x11-ssh-askpass
??
--
Antonino Iannella
Santos Ltd
91 King William St ADELAIDE SA 5000
Ph +618 8224 7712
Fax +618 8224 7577
Mobile +61408 800007
Email antonino.iannella at
2003 Jun 15
3
0.99.10-test12
http://dovecot.procontrol.fi/test/
I should have released 0.99.10 already I think.. There's just two
annoying problems that I think should be fixed first:
- PAM: If user gives a wrong password, dovecot-auth process sleeps for
two seconds, blocking everyone else who are trying to authenticate at
the time. So using PAM isn't very good idea at the moment.
- OpenSSL problems. Are they
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,
2002 Apr 01
4
path to find ssh-rand-helper
Before I actually implement the small changes needed to allow the
location of ssh-rand-helper to be specified in the config file, I'd
like to check that in doing so I won't be opening up a huge security
hole.
My brief reading of the code suggests that in entropy.c:seed_rng() the
ssh-rand-helper is run as the original uid (for binaries which were
setuid in the first place of course), so I
2006 Feb 02
19
[Bug 1149] Does not build on QNX
http://bugzilla.mindrot.org/show_bug.cgi?id=1149
Summary: Does not build on QNX
Product: Portable OpenSSH
Version: 4.3p1
Platform: ix86
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org
ReportedBy: kraai at ftbfs.org
2000 Mar 28
3
/etc/urandom and Solaris
I feel very silly asking this, because I saw the answer to this question one
time and can't remember what it was. OpenSSH uses /dev/urandom or /dev/random
which Solaris does not have (verified with a call to the Sun software folks).
How do I make OpenSSH happy with a Solaris substitute for /etc/urandom?
Thanks
Tim Nibbe
Supervisor of System Administration
Sprint IP Dial Support Services
2016 Dec 30
12
[Bug 2655] New: AuthorizedKeysCommand with large output can deadlock
https://bugzilla.mindrot.org/show_bug.cgi?id=2655
Bug ID: 2655
Summary: AuthorizedKeysCommand with large output can deadlock
Product: Portable OpenSSH
Version: 7.2p2
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2001 Sep 17
2
ANNOUNCE: x11-ssh-askpass v1.2.4
x11-ssh-askpass version 1.2.4 (code name: Boudin) is now available from
the following locations:
http://www.poboxc.com/~jmknoble/software/x11-ssh-askpass/
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
x11-ssh-askpass is a passphrase dialog for use with OpenSSH
<http://www.openssh.com/> under the X Window System.
Significant changes since version 1.2.2 include:
- Minor