summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-29 08:41:05 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-29 08:41:05 +0000
commitc12a6b7066ed6ae7be439b20e7d55c1a3c7459bc (patch)
treeb253e940cc16865d26fe9f62da1f19860320152e
parent8eec2c8f06e164ecdadca7b4c5a4eed5d34a3fdc (diff)
- markus@cvs.openbsd.org 2001/01/28 10:37:26
[sshd.c sshd.8] remove -Q, no longer needed
-rw-r--r--ChangeLog2
-rw-r--r--sshd.86
2 files changed, 3 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c753d32c..dd68e706c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@
8 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8] 8 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
9 cleanup AUTHORS sections 9 cleanup AUTHORS sections
10 - markus@cvs.openbsd.org 2001/01/28 10:37:26 10 - markus@cvs.openbsd.org 2001/01/28 10:37:26
11 [sshd.c] 11 [sshd.c sshd.8]
12 remove -Q, no longer needed 12 remove -Q, no longer needed
13 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16 13 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
14 [readconf.c ssh.1] 14 [readconf.c ssh.1]
diff --git a/sshd.8 b/sshd.8
index b7780e59e..5aadeafe9 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.84 2001/01/28 10:24:04 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.85 2001/01/28 10:37:25 markus 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 secure shell daemon 43.Nd secure shell daemon
44.Sh SYNOPSIS 44.Sh SYNOPSIS
45.Nm sshd 45.Nm sshd
46.Op Fl diqDQ46 46.Op Fl diqD46
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
@@ -262,8 +262,6 @@ When this option is specified
262will not detach and does not become a daemon. 262will not detach and does not become a daemon.
263This allows easy monitoring of 263This allows easy monitoring of
264.Nm sshd . 264.Nm sshd .
265.It Fl Q
266Do not print an error message if RSA support is missing.
267.It Fl V Ar client_protocol_id 265.It Fl V Ar client_protocol_id
268SSH-2 compatibility mode. 266SSH-2 compatibility mode.
269When this option is specified 267When this option is specified