Displaying 20 results from an estimated 500 matches similar to: "prng_cmds/init_rng() question/patch"
2001 Mar 13
0
ssh through proxy (was: prng_cmds/init_rng() question/patch)
(Sorry for being so OT, but I'm currently experiencing this inconvenience
and want to be more productive than doing a CVS update at home and getting
to the office.)
So, what you are suggesting is that I setup a squid proxy on a box outside
the firewall on port 80 and use MindTerm to connect via that? Until this
past weekend when the network was "redone", we had a proxy we could
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
2002 Nov 19
1
forwarding features
While messing with various tunnels it occured to me that there may be
cases where some extra tunneling functionality would come in handy. I
thought I better run it past the list before trying to implement a
patch since the last 2 times I did this there was another way to
get the effect I wanted with no code changes...
Forwarding should not just be of AF_INET but (where available)
AF_UNIX (ie
2002 Aug 19
4
Building 3.0p1 on HPUX 10.2, gcc, zlib 1.1.4
Hi everybody,
I've never posted here before but I seem to be having a similar problem to
what Tim Rice had in July, namely when running the configure script I get
the following:
configure: error: *** zlib missing - please install first or check
config.log ***
However, I have definitely installed zlib (see below):
dngwks1:/tmp/openssh-3.0p1 # swlist
# Initializing...
# Contacting target
2001 May 07
1
OSF1 and USE_SIA
Is the following (from configure.in) intended:
*-dec-osf*)
if test ! -z "USE_SIA" ; then
AC_MSG_CHECKING(for Digital Unix Security Integration Architecture)
should that be "$USE_SIA" or similar or what is the point of testing a constant
string for being zero length...
The reason I ask is the for complex reasons we don't want SIA enabled on Tru64
since it breaks some
2001 May 08
1
HostbasedAuthentication, and my sillyness
Maybe I just can't read properly, but I just spent the best part of a
day trying to work out why HostbasedAuthentication wouldn't work for
me (with protocol 2 in openssh-2.9p1).
It seems (though maybe there is something wrong with my install), that
after enabling it in the sshd_config it doesn't work, since the client
will not in fact request it (by default).
I was fooled by the
2001 Jul 11
1
OpenSSL PRNG
Just for peace of mind, can someone who knows the openssh code better than
I do, confirm that openssh doesn't use (in any circumstances) the openssl
prng (since the code in versions prior to 0.9.6b is rather weak).
My understanding is that it doesn't (using either /dev/random, egd, prngd or
the builtin code), but I may have missed some other use of the openssl prng
elsewhere...
-- Jon
2015 Aug 11
0
[Bug 1932] dangling init_rng prototype in entropy.h
https://bugzilla.mindrot.org/show_bug.cgi?id=1932
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
Set all RESOLVED bugs to CLOSED with release
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.
2000 May 12
1
Patch: OpenSSH 2.1.0 under Solaris 8, Solaris 7 and other sys tems, too
> -----Urspr?ngliche Nachricht-----
> Von: Andre Lucas [SMTP:andre.lucas at dial.pipex.com]
> Gesendet am: Freitag, 12. Mai 2000 16:37
> An: Bladt Norbert
> Cc: 'Karsten Thygesen'; 'openssh-unix-dev at mindrot.org';
> 'carl at bl.echidna.id.au'
> Betreff: Re: Patch: OpenSSH 2.1.0 under Solaris 8, Solaris 7 and
> other systems, too
>
> Well
2000 May 12
1
Patch: OpenSSH 2.1.0 under Solaris 8, Solaris 7 and other systems , too
Hi !
Karsten Thygesen wrote:
>>>>> "carl" == carl <carl at bl.echidna.id.au> writes:
> carl> Marc, I'm seeing the same problem if I use the inbuilt entropy
> carl> generator, but if I use SUNWski's /dev/random, it's fine.
> carl> ssh also coredumps if I use the built in entropy generator if I
> carl> run it in verbose mode.
2001 Jan 08
2
fatal: PRNG initialisation failed
Heya,
I have compiled and installed OpenSSH on a Solaris/Sparc machine and
whenever I try to start any of the ssh programs I get
"fatal: PRNG initialisation failed -- exiting"
Now, I have looked through the mailing lists and have seen some mention
that this indicates it can't open the ssh_prng_cmds file, which
entropy.c also seems to indicate the problem is. However, this snippet
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
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 Mar 18
1
Need help with buildpkg script
Ben,
I am trying to create a package for Openssh.3-1p1, but the
/contrib/solaris/buildpkg.sh script failes with the following errors:
./mkinstalldirs
/tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/b
in
mkdir /tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/bin
./mkinstalldirs
/tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/s
bin
mkdir
2000 May 17
2
2.1.0p1
Oops. The URL for that is:
http://violet.ibs.com.au/files/openssh/test/
Sorry,
Damien Miller
--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
2002 May 31
1
openssh-3.2.3p1: Problem with make install after configure --prefix=
Hi
I built openssh on solaris 2.6 after running
configure --prefix=/my/install/dir --with-ssl-dir=/where/ssl/is
Everything compiled Ok but there was a problem when doing make install, as
ssh-rand-helper was looking in the wrong place for prng_command_file, so
here is a patch for ssh-rand-helper.c. You need to delete a space before
the string.
63c63
< # define SSH_PRNG_COMMAND_FILE
2012 Jun 16
2
aligning axis labels in a colorkey from levelplot
R does a great job with the fine details regarding plots. e.g in the
following:
library(lattice)
y <- -4:4/10
xyplot(y~1, las=1)
the y axis is labelled with numbers -0.4, -0.2, 0.0, 0.2, 0.4 with the
numbers aligned on the decimal point.
How do I get the same behaviour in the colorkey of a levelplot? e.g.
levelplot(matrix(y,3,3))
the numbers in the colorkey seem left-aligned, and
2007 Apr 30
2
Rscript.Rd example (PR#9644)
One of the examples in Rscript.Rd seems mis-formatted, in that the
format statement is incomplete:
## Not run:
Rscript -e 'date()' -e 'format(Sys.time(), "
Both Rscript.Rd in R 2.5.0 and the version at:
https://svn.r-project.org/R/trunk/src/library/utils/man/Rscript.Rd
have
Rscript -e 'date()' -e 'format(Sys.time(), "%a %b %d %X %Y")'
Do
2002 Feb 28
4
Update to solaris package creation
Can someone else from the Solaris realm that uses our package system
verify that this should be done? It looks right, but I want
another opinion before commiting.
- Ben
> On Wed, 27 Feb 2002, Antonio Navarro wrote:
>
>> Hi Ben,
>>
>> I have made some modifications to the buildpkg.sh script that is
>> distributed with openssh.
>>
>> I am sending it to