summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-22 02:44:40 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-22 02:44:40 +0000
commit85520a67051b02a8c9975f048227c0531d25b243 (patch)
tree64ac06e4822fd945e6a711827886ebaaf57059e4
parent7a7edf77ed9e9c982beedb84f2bd384acb7cfcdb (diff)
- stevesk@cvs.openbsd.org 2002/03/19 05:23:08
[sshd.8] Banner has no default.
-rw-r--r--ChangeLog6
-rw-r--r--sshd.83
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 73f7ac006..93ec300a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -78,7 +78,9 @@
78 - stevesk@cvs.openbsd.org 2002/03/19 03:03:43 78 - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
79 [pathnames.h servconf.c servconf.h sshd.c] 79 [pathnames.h servconf.c servconf.h sshd.c]
80 _PATH_PRIVSEP_CHROOT_DIR; ok provos@ 80 _PATH_PRIVSEP_CHROOT_DIR; ok provos@
81 81 - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
82 [sshd.8]
83 Banner has no default.
8220020317 8420020317
83 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted, 85 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
84 warn if directory does not exist. Put system directories in front of 86 warn if directory does not exist. Put system directories in front of
@@ -7924,4 +7926,4 @@
7924 - Wrote replacements for strlcpy and mkdtemp 7926 - Wrote replacements for strlcpy and mkdtemp
7925 - Released 1.0pre1 7927 - Released 1.0pre1
7926 7928
7927$Id: ChangeLog,v 1.1947 2002/03/22 02:42:37 mouring Exp $ 7929$Id: ChangeLog,v 1.1948 2002/03/22 02:44:40 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index 3e94660d6..af0486ba3 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.172 2002/03/18 17:59:09 provos Exp $ 37.\" $OpenBSD: sshd.8,v 1.173 2002/03/19 05:23:08 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -390,6 +390,7 @@ may be relevant for getting legal protection.
390The contents of the specified file are sent to the remote user before 390The contents of the specified file are sent to the remote user before
391authentication is allowed. 391authentication is allowed.
392This option is only available for protocol version 2. 392This option is only available for protocol version 2.
393By default, no banner is displayed.
393.Pp 394.Pp
394.It Cm ChallengeResponseAuthentication 395.It Cm ChallengeResponseAuthentication
395Specifies whether challenge response authentication is allowed. 396Specifies whether challenge response authentication is allowed.