summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh-add.14
-rw-r--r--ssh-keyscan.16
3 files changed, 9 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a83018c4..b0d67df6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,9 @@
29 - stevesk@cvs.openbsd.org 2001/08/23 18:02:48 29 - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
30 [ssh-agent.1] 30 [ssh-agent.1]
31 fix usage; ok markus@ 31 fix usage; ok markus@
32 - stevesk@cvs.openbsd.org 2001/08/23 18:08:59
33 [ssh-add.1 ssh-keyscan.1]
34 minor cleanup
32 35
3320010815 3620010815
34 - (bal) Fixed stray code in readconf.c that went in by mistake. 37 - (bal) Fixed stray code in readconf.c that went in by mistake.
@@ -6352,4 +6355,4 @@
6352 - Wrote replacements for strlcpy and mkdtemp 6355 - Wrote replacements for strlcpy and mkdtemp
6353 - Released 1.0pre1 6356 - Released 1.0pre1
6354 6357
6355$Id: ChangeLog,v 1.1493 2001/09/12 17:02:49 mouring Exp $ 6358$Id: ChangeLog,v 1.1494 2001/09/12 17:06:13 mouring Exp $
diff --git a/ssh-add.1 b/ssh-add.1
index e906c912f..b842080d6 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.26 2001/08/03 10:31:19 jakob Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.27 2001/08/23 18:08:59 stevesk Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -42,7 +42,7 @@
42.Os 42.Os
43.Sh NAME 43.Sh NAME
44.Nm ssh-add 44.Nm ssh-add
45.Nd adds RSA or DSA identities for the authentication agent 45.Nd adds RSA or DSA identities to the authentication agent
46.Sh SYNOPSIS 46.Sh SYNOPSIS
47.Nm ssh-add 47.Nm ssh-add
48.Op Fl lLdD 48.Op Fl lLdD
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index b348bc252..1a358b338 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keyscan.1,v 1.10 2001/08/05 23:18:20 markus Exp $ 1.\" $OpenBSD: ssh-keyscan.1,v 1.11 2001/08/23 18:08:59 stevesk Exp $
2.\" 2.\"
3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. 3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
4.\" 4.\"
@@ -43,7 +43,7 @@ The options are as follows:
43.Bl -tag -width Ds 43.Bl -tag -width Ds
44.It Fl p Ar port 44.It Fl p Ar port
45Port to connect to on the remote host. 45Port to connect to on the remote host.
46.It Fl T 46.It Fl T Ar timeout
47Set the timeout for connection attempts. If 47Set the timeout for connection attempts. If
48.Pa timeout 48.Pa timeout
49seconds have elapsed since a connection was initiated to a host or since the 49seconds have elapsed since a connection was initiated to a host or since the
@@ -51,7 +51,7 @@ last time anything was read from that host, then the connection is
51closed and the host in question considered unavailable. Default is 5 51closed and the host in question considered unavailable. Default is 5
52seconds. 52seconds.
53.It Fl t Ar type 53.It Fl t Ar type
54Specifies the type of the key to fetch from the following hosts. 54Specifies the type of the key to fetch from the scanned hosts.
55The possible values are 55The possible values are
56.Dq rsa1 56.Dq rsa1
57for protocol version 1 and 57for protocol version 1 and