diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd.8 | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -19,6 +19,9 @@ | |||
19 | - stevesk@cvs.openbsd.org 2001/09/19 21:04:53 | 19 | - stevesk@cvs.openbsd.org 2001/09/19 21:04:53 |
20 | [sshd.8] | 20 | [sshd.8] |
21 | missing -t in usage | 21 | missing -t in usage |
22 | - stevesk@cvs.openbsd.org 2001/09/19 21:41:57 | ||
23 | [sshd.8] | ||
24 | don't advertise -V in usage; ok markus@ | ||
22 | 25 | ||
23 | 20010918 | 26 | 20010918 |
24 | - (djm) Configure support for smartcards. Based on Ben's work. | 27 | - (djm) Configure support for smartcards. Based on Ben's work. |
@@ -6526,4 +6529,4 @@ | |||
6526 | - Wrote replacements for strlcpy and mkdtemp | 6529 | - Wrote replacements for strlcpy and mkdtemp |
6527 | - Released 1.0pre1 | 6530 | - Released 1.0pre1 |
6528 | 6531 | ||
6529 | $Id: ChangeLog,v 1.1546 2001/09/20 01:06:08 mouring Exp $ | 6532 | $Id: ChangeLog,v 1.1547 2001/09/20 01:07:57 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.150 2001/09/19 21:04:53 stevesk Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.151 2001/09/19 21:41:57 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -51,7 +51,6 @@ | |||
51 | .Op Fl k Ar key_gen_time | 51 | .Op Fl k Ar key_gen_time |
52 | .Op Fl p Ar port | 52 | .Op Fl p Ar port |
53 | .Op Fl u Ar len | 53 | .Op Fl u Ar len |
54 | .Op Fl V Ar client_protocol_id | ||
55 | .Sh DESCRIPTION | 54 | .Sh DESCRIPTION |
56 | .Nm | 55 | .Nm |
57 | (SSH Daemon) is the daemon program for | 56 | (SSH Daemon) is the daemon program for |