[sshd.c sshd.8]
     remove -Q, no longer needed
This commit is contained in:
Ben Lindstrom 2001-01-29 08:41:05 +00:00
parent 8eec2c8f06
commit c12a6b7066
2 changed files with 3 additions and 5 deletions

View File

@ -8,7 +8,7 @@
[ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8] [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
cleanup AUTHORS sections cleanup AUTHORS sections
- markus@cvs.openbsd.org 2001/01/28 10:37:26 - markus@cvs.openbsd.org 2001/01/28 10:37:26
[sshd.c] [sshd.c sshd.8]
remove -Q, no longer needed remove -Q, no longer needed
- stevesk@cvs.openbsd.org 2001/01/28 20:36:16 - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
[readconf.c ssh.1] [readconf.c ssh.1]

6
sshd.8
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd.8,v 1.84 2001/01/28 10:24:04 markus Exp $ .\" $OpenBSD: sshd.8,v 1.85 2001/01/28 10:37:25 markus Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -43,7 +43,7 @@
.Nd secure shell daemon .Nd secure shell daemon
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm sshd .Nm sshd
.Op Fl diqDQ46 .Op Fl diqD46
.Op Fl b Ar bits .Op Fl b Ar bits
.Op Fl f Ar config_file .Op Fl f Ar config_file
.Op Fl g Ar login_grace_time .Op Fl g Ar login_grace_time
@ -262,8 +262,6 @@ When this option is specified
will not detach and does not become a daemon. will not detach and does not become a daemon.
This allows easy monitoring of This allows easy monitoring of
.Nm sshd . .Nm sshd .
.It Fl Q
Do not print an error message if RSA support is missing.
.It Fl V Ar client_protocol_id .It Fl V Ar client_protocol_id
SSH-2 compatibility mode. SSH-2 compatibility mode.
When this option is specified When this option is specified