diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd.8 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -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 | ||
20 | 20010918 | 23 | 20010918 |
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 $ |
@@ -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 |