Displaying 20 results from an estimated 7000 matches similar to: "[Bug 449] New: ssh_prng_cmds has malformed arp command"
2002 Nov 30
4
[Bug 449] ssh_prng_cmds has malformed arp command
http://bugzilla.mindrot.org/show_bug.cgi?id=449
------- Additional Comments From keith at ajmani.org 2002-12-01 04:43 -------
Aside: this bug also existed in previous versions of opensshd. My bad for not
reporting it earlier.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Dec 05
0
[Bug 323] arp -n flag doesn't exist under Solaris, ssh_prng_cmds still uses it
http://bugzilla.mindrot.org/show_bug.cgi?id=323
tim at multitalents.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |keith at ajmani.org
------- Additional Comments From tim at multitalents.net 2002-12-05 16:03 -------
*** Bug 449 has been marked as
2002 Jun 29
0
[Bug 323] New: arp -n flag doesn't exist under Solaris, ssh_prng_cmds still uses it
http://bugzilla.mindrot.org/show_bug.cgi?id=323
Summary: arp -n flag doesn't exist under Solaris, ssh_prng_cmds
still uses it
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build system
2001 Jun 06
0
ssh_prng_cmds on Solaris
Hi,
I'm trying to build an openssh pkgadd package which is portable across
Solaris 2.6,7 & 8, so I can't rely on /dev/random support and must
instead fall back to ssh_prng_cmds for collecting entropy.
One of the default commands in ssh_prng_cmds "arp -a -n" is a problem
for any (2.6, at least) host which doesn't have an efficient/working DNS
or other name resolution
2000 Oct 14
1
Installation globbers ssh_prng_cmds
Gidday,
I've just tried installing openssh-2.2.0p1 and found that it globbers my
ssh_prng_cmds file which has been customised from the normally installed
one. On BSDi 4.0.1 it doesn't detect enough commands for ssh-keygen to be
happy. Most of the commands do actually exist, but I have to specify where
they are.
Could someone please modify the installation scripts to either
backup this
2000 Jul 09
0
OpenSSH 2.1.1p2: /etc/nologin handling and related stuff
Attached is a patch to be applied with GNU patch -p0, notice that
configure needs to be regenerated.
The patch addresses the following annoyances:
* On AIX there is a signal called SIGDANGER which is sent to all
processes when the machine runs low on virtual memory. This patch
makes sure that this signal is ignored, because the default on older
AIX releases is to kill the running process
2002 Jun 29
3
[Bug 323] arp -n flag doesn't exist under Solaris, ssh_prng_cmds still uses it
http://bugzilla.mindrot.org/show_bug.cgi?id=323
------- Additional Comments From luc at suryo.com 2002-06-30 05:40 -------
A better solution is to install the pacthes that will support /dev/random and
/dev/urandom. Then recompile openssl and then openssh.
Solaris 8:
112438-01 patch for Sparc
112439-01 patch for x86
Solaris 9:
has standard /dev/random and /dev/urandom
Not sure if one can
2002 Jun 28
0
[Bug 318] New: Install failure creating ssh_prng_cmds
http://bugzilla.mindrot.org/show_bug.cgi?id=318
Summary: Install failure creating ssh_prng_cmds
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2000 Nov 17
1
OpenSSH entropy/PRNG (was: Why does ssh try to run df, netstat, arp ...?)
Nico--
SSH is trying to "get entropy" by taking the
(somewhat-deterministic) output of a bunch of
system commands, on those OSs that don't provide
a /dev/random or its equivalent.
The commands that it uses are in /etc/ssh_prng_cmds
or its equivalent on your system; just comment
out any of the lines (and stop/restart SSHd) in order
to change which system commands are used as inputs
2001 Jan 06
0
ssh_prng_cmds in Solaris port
Hello,
I'm not sure if this is the correct place to send this, but perhaps you can
forward it to the proper folks if not...
The Solaris port of OpenSSH includes an ssh_prng_cmds file used for
collecting entropy, however many of the commands listed in the file are
incompatible with Solaris command syntax. Not knowing much about entropy or
random numbers, I've modified the file a bit to
2000 Aug 25
1
[patch] configurable ssh_prng_cmds
The following patch against openssh-SNAP-20000823 allows to override the
compile-time "ssh_prng_cmds" file at run time by adding new options to the
server and client configurations. (We move binaries around a bit, and this was
the only absolute path that couldn't be fixed at run-time).
Regards
Jan
diff -ur openssh-SNAP-20000823.orig/entropy.c openssh-SNAP-20000823.new/entropy.c
2001 Apr 05
3
Variable path to ssh_prng_cmds?
Hi there,
I have all my additional software mounted from one central place.
Therefore I'm trying to limit all unnecessary local files.
Local config files are ok... e.g. keys, ssh_config etc, but why
needs ssh_prng_cmds to be in /etc? So why not put it into $bindir?
There are no problems doing this with a few manual fixes. So
are there any security concerns? Is it possible to make this a
2001 Jun 01
0
Why does prng always need to run the ssh_prng_cmds?
This question is primarily for Damien, but if anybody else knows the
answer please chime in.
Why is it that on systems with no /dev/random or PRNGD or EGD (and I have a
lot of Solaris systems in this situation because I don't have root access
on them) that the OpenSSH 'ssh' command has to run through all those
ssh_prng_cmds every time it starts up? Why doesn't ~/.ssh/prng_seed
2016 Apr 13
1
samba dns
On Wed, Apr 13, 2016 at 10:29 AM, Sketch <smblist at rednsx.org> wrote:
> My understanding of Unbound is that designed as a caching nameserver, not an
> authoratative nameserver. It's supposed to serve DNS to clients from
> another server, such as BIND or Samba's internal DNS server. Pointing it to
> your domain's authoratative Samba/BIND9_DLZ DNS servers seems like
2003 May 04
9
[Bug 318] Install failure creating ssh_prng_cmds
http://bugzilla.mindrot.org/show_bug.cgi?id=318
------- Additional Comments From dtucker at zip.com.au 2003-05-04 19:12 -------
Does anyone see any problems with the patch id #186? It seems OK to me.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Nov 09
0
[Bug 318] Install failure creating ssh_prng_cmds
http://bugzilla.mindrot.org/show_bug.cgi?id=318
------- Additional Comments From dtucker at zip.com.au 2002-11-10 09:11 -------
errno 13 == EACCES.
Did you do the "make install" as root? If so did you do it on an NFS filesystem
that maps root -> nobody?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Dec 14
1
[Bug 318] Install failure creating ssh_prng_cmds
http://bugzilla.mindrot.org/show_bug.cgi?id=318
------- Additional Comments From roth at feep.net 2002-12-14 12:11 -------
Created an attachment (id=186)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=186&action=view)
Makefile patch
This isn't specific to Solaris; I'm having the same problem under AIX.
Yes, I am building in an NFS-mounted directory where root is mapped
2003 Jan 10
1
Forcing ISP ARP cache to refresh immediately
>From http://shorewall.net/ProxyARP.htm (and the Setup Guide):
> A word of warning is in order here. ISPs typically configure their
> routers with a long ARP cache timeout. If you move a system from
> parallel to your firewall to behind your firewall with Proxy ARP, it
> will probably be HOURS before that system can communicate with the
> internet. You can call your ISP and ask
2003 Sep 24
0
Possible (or possibly painful) workaround for FreeBSD-SA-03:14.arp
Of course you should patch/upgrade, etc. A stopgap measure
could be to use static ARP for a segment. I have done this
for a long time with wireless hosts, since I'm in an urban
environment with many visible nodes, some in autos, and
ARP cache poisoning is a well-known DoS against wireless.
You may find it extremely painful and less-than-useful to
have static IP addrs, etc. for hosts.
2014 Feb 26
0
Re: bridge / ubuntu / no arp reply
2014-02-26 15:10 GMT+01:00 Laine Stump <laine@laine.org>:
> On 02/26/2014 02:56 PM, Michal Privoznik wrote:
> > On 25.02.2014 22:45, François Chenais wrote:
> >> Hello
> >>
> >> I'm trying to setup a bridged guest on an ubuntu 13.10 but it doesn't
> >> work.
> >>
> >> (Everything is ok with NAT)
> >>
>