- stevesk@cvs.openbsd.org 2001/08/23 18:08:59
[ssh-add.1 ssh-keyscan.1] minor cleanup
This commit is contained in:
parent
ba1fa1d67b
commit
8d066fb262
|
@ -29,6 +29,9 @@
|
||||||
- stevesk@cvs.openbsd.org 2001/08/23 18:02:48
|
- stevesk@cvs.openbsd.org 2001/08/23 18:02:48
|
||||||
[ssh-agent.1]
|
[ssh-agent.1]
|
||||||
fix usage; ok markus@
|
fix usage; ok markus@
|
||||||
|
- stevesk@cvs.openbsd.org 2001/08/23 18:08:59
|
||||||
|
[ssh-add.1 ssh-keyscan.1]
|
||||||
|
minor cleanup
|
||||||
|
|
||||||
20010815
|
20010815
|
||||||
- (bal) Fixed stray code in readconf.c that went in by mistake.
|
- (bal) Fixed stray code in readconf.c that went in by mistake.
|
||||||
|
@ -6352,4 +6355,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1493 2001/09/12 17:02:49 mouring Exp $
|
$Id: ChangeLog,v 1.1494 2001/09/12 17:06:13 mouring Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-add.1,v 1.26 2001/08/03 10:31:19 jakob Exp $
|
.\" $OpenBSD: ssh-add.1,v 1.27 2001/08/23 18:08:59 stevesk Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm ssh-add
|
.Nm ssh-add
|
||||||
.Nd adds RSA or DSA identities for the authentication agent
|
.Nd adds RSA or DSA identities to the authentication agent
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm ssh-add
|
.Nm ssh-add
|
||||||
.Op Fl lLdD
|
.Op Fl lLdD
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-keyscan.1,v 1.10 2001/08/05 23:18:20 markus Exp $
|
.\" $OpenBSD: ssh-keyscan.1,v 1.11 2001/08/23 18:08:59 stevesk Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
|
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
|
||||||
.\"
|
.\"
|
||||||
|
@ -43,7 +43,7 @@ The options are as follows:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl p Ar port
|
.It Fl p Ar port
|
||||||
Port to connect to on the remote host.
|
Port to connect to on the remote host.
|
||||||
.It Fl T
|
.It Fl T Ar timeout
|
||||||
Set the timeout for connection attempts. If
|
Set the timeout for connection attempts. If
|
||||||
.Pa timeout
|
.Pa timeout
|
||||||
seconds have elapsed since a connection was initiated to a host or since the
|
seconds 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
|
||||||
closed and the host in question considered unavailable. Default is 5
|
closed and the host in question considered unavailable. Default is 5
|
||||||
seconds.
|
seconds.
|
||||||
.It Fl t Ar type
|
.It Fl t Ar type
|
||||||
Specifies the type of the key to fetch from the following hosts.
|
Specifies the type of the key to fetch from the scanned hosts.
|
||||||
The possible values are
|
The possible values are
|
||||||
.Dq rsa1
|
.Dq rsa1
|
||||||
for protocol version 1 and
|
for protocol version 1 and
|
||||||
|
|
Loading…
Reference in New Issue