summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshd.84
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b7706f08e..19c48b3b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,9 @@
16 blesses this and we do it this way elsewhere. this helps in 16 blesses this and we do it this way elsewhere. this helps in
17 portable because not all systems have SUN_LEN() and 17 portable because not all systems have SUN_LEN() and
18 sockaddr_un.sun_len. ok markus@ 18 sockaddr_un.sun_len. ok markus@
19 - stevesk@cvs.openbsd.org 2001/09/19 21:04:53
20 [sshd.8]
21 missing -t in usage
19 22
2020010918 2320010918
21 - (djm) Configure support for smartcards. Based on Ben's work. 24 - (djm) Configure support for smartcards. Based on Ben's work.
@@ -6523,4 +6526,4 @@
6523 - Wrote replacements for strlcpy and mkdtemp 6526 - Wrote replacements for strlcpy and mkdtemp
6524 - Released 1.0pre1 6527 - Released 1.0pre1
6525 6528
6526$Id: ChangeLog,v 1.1545 2001/09/20 01:03:31 mouring Exp $ 6529$Id: ChangeLog,v 1.1546 2001/09/20 01:06:08 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index 38c3b1433..d843598a8 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.149 2001/09/19 10:08:51 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.150 2001/09/19 21:04:53 stevesk 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 deiqD46 46.Op Fl deiqtD46
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