Displaying 2 results from an estimated 2 matches for "breloc".
Did you mean:
reloc
2001 Jun 15
1
Default Path in sshd_config
I was just building binary Solaris packages of OpenSSH for use at
our company. While doing so, it occurred to me that the only thing
that really stops me from being able to make a binary build totally
relocatable in the filesystem tree is the default path. Other than
that, I cannot think of any file path that cannot be modified with
either a command line option or in a configuration file.
Is
2001 Mar 11
4
prng_cmds/init_rng() question/patch
I have a need to provide ssh client binaries for use elsewhere on
several platforms, some without /dev/random support. I can't assume
that users will know how to install/run prngd or egd, so I was
planning to rely on the builtin prng code. However this require the
ssh_prng_cmds file to exist in a fixed location -- which would mean
making binaries which either look for it in . or other