- stevesk@cvs.openbsd.org 2001/09/19 21:04:53
[sshd.8] missing -t in usage
This commit is contained in:
parent
b1d822c311
commit
dfd1850398
|
@ -16,6 +16,9 @@
|
|||
blesses this and we do it this way elsewhere. this helps in
|
||||
portable because not all systems have SUN_LEN() and
|
||||
sockaddr_un.sun_len. ok markus@
|
||||
- stevesk@cvs.openbsd.org 2001/09/19 21:04:53
|
||||
[sshd.8]
|
||||
missing -t in usage
|
||||
|
||||
20010918
|
||||
- (djm) Configure support for smartcards. Based on Ben's work.
|
||||
|
@ -6523,4 +6526,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1545 2001/09/20 01:03:31 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1546 2001/09/20 01:06:08 mouring Exp $
|
||||
|
|
4
sshd.8
4
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.149 2001/09/19 10:08:51 markus Exp $
|
||||
.\" $OpenBSD: sshd.8,v 1.150 2001/09/19 21:04:53 stevesk Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSHD 8
|
||||
.Os
|
||||
|
@ -43,7 +43,7 @@
|
|||
.Nd OpenSSH SSH daemon
|
||||
.Sh SYNOPSIS
|
||||
.Nm sshd
|
||||
.Op Fl deiqD46
|
||||
.Op Fl deiqtD46
|
||||
.Op Fl b Ar bits
|
||||
.Op Fl f Ar config_file
|
||||
.Op Fl g Ar login_grace_time
|
||||
|
|
Loading…
Reference in New Issue