diff options
author | Tim Rice <tim@multitalents.net> | 2002-01-31 07:14:03 +0100 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2002-01-31 07:14:03 +0100 |
commit | 1e2c600892c322e3c117bc111f0f8fbdce757a69 (patch) | |
tree | cadc3e8be70831d630a8d69acd34da9fed2fbcdc /sshd_config | |
parent | - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@ (diff) | |
download | openssh-1e2c600892c322e3c117bc111f0f8fbdce757a69.tar.xz openssh-1e2c600892c322e3c117bc111f0f8fbdce757a69.zip |
[configure.ac] fix logic on when ssh-rand-helper is installed.
[sshd_config] put back in line that tells what PATH was compiled into sshd.
Diffstat (limited to '')
-rw-r--r-- | sshd_config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sshd_config b/sshd_config index 9e62e9cf3..3502ab6ac 100644 --- a/sshd_config +++ b/sshd_config @@ -3,6 +3,8 @@ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. +# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin + # The stategy used for options in the default sshd_config shipped with # OpenSSH is to specify options with their default value where # possible, but leave them commented. Uncommented options change a |