summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-11 23:10:09 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-11 23:10:09 +0000
commit9fce9f02e816e8095e93e0c0d0459d8e59af69f5 (patch)
tree95729604c1fe28c81d230a77283db95f9fad9101 /sshd.8
parent6fa9d10ed579c29688e39cfa8d635fe8b511cb80 (diff)
- lebel@cvs.openbsd.org 2001/04/11 16:25:30
[sshd.8 sshd.c] implement the -e option into sshd: -e When this option is specified, sshd will send the output to the standard error instead of the system log. markus@ OK.
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 6 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index 4611c0638..da95eaef7 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.113 2001/04/10 09:13:22 itojun Exp $ 37.\" $OpenBSD: sshd.8,v 1.114 2001/04/11 16:25:31 lebel Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -43,7 +43,7 @@
43.Nd OpenSSH ssh daemon 43.Nd OpenSSH ssh daemon
44.Sh SYNOPSIS 44.Sh SYNOPSIS
45.Nm sshd 45.Nm sshd
46.Op Fl diqD46 46.Op Fl deiqD46
47.Op Fl b Ar bits 47.Op Fl b Ar bits
48.Op Fl f Ar config_file 48.Op Fl f Ar config_file
49.Op Fl g Ar login_grace_time 49.Op Fl g Ar login_grace_time
@@ -263,6 +263,10 @@ When this option is specified
263will not detach and does not become a daemon. 263will not detach and does not become a daemon.
264This allows easy monitoring of 264This allows easy monitoring of
265.Nm sshd . 265.Nm sshd .
266.It Fl e
267When this option is specified,
268.Nm
269will send the output to the standard error instead of the system log.
266.It Fl V Ar client_protocol_id 270.It Fl V Ar client_protocol_id
267SSH-2 compatibility mode. 271SSH-2 compatibility mode.
268When this option is specified 272When this option is specified