- stevesk@cvs.openbsd.org 2002/03/19 05:23:08
[sshd.8] Banner has no default.
This commit is contained in:
parent
7a7edf77ed
commit
85520a6705
|
@ -78,7 +78,9 @@
|
|||
- stevesk@cvs.openbsd.org 2002/03/19 03:03:43
|
||||
[pathnames.h servconf.c servconf.h sshd.c]
|
||||
_PATH_PRIVSEP_CHROOT_DIR; ok provos@
|
||||
|
||||
- stevesk@cvs.openbsd.org 2002/03/19 05:23:08
|
||||
[sshd.8]
|
||||
Banner has no default.
|
||||
20020317
|
||||
- (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
|
||||
warn if directory does not exist. Put system directories in front of
|
||||
|
@ -7924,4 +7926,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1947 2002/03/22 02:42:37 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1948 2002/03/22 02:44:40 mouring Exp $
|
||||
|
|
3
sshd.8
3
sshd.8
|
@ -34,7 +34,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $OpenBSD: sshd.8,v 1.172 2002/03/18 17:59:09 provos Exp $
|
||||
.\" $OpenBSD: sshd.8,v 1.173 2002/03/19 05:23:08 stevesk Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSHD 8
|
||||
.Os
|
||||
|
@ -390,6 +390,7 @@ may be relevant for getting legal protection.
|
|||
The contents of the specified file are sent to the remote user before
|
||||
authentication is allowed.
|
||||
This option is only available for protocol version 2.
|
||||
By default, no banner is displayed.
|
||||
.Pp
|
||||
.It Cm ChallengeResponseAuthentication
|
||||
Specifies whether challenge response authentication is allowed.
|
||||
|
|
Loading…
Reference in New Issue