~ubuntu-branches/ubuntu/lucid/openssh/lucid

« back to all changes in this revision

Viewing changes to ssh-add.1

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-09-30 23:09:58 UTC
  • mfrom: (1.13.3 upstream) (29 hardy)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20080930230958-o6vsgn8c4mm959s0
Tags: 1:5.1p1-3
* Remove unnecessary ssh-vulnkey output in non-verbose mode when no
  compromised or unknown keys were found (closes: #496495).
* Configure with --disable-strip; dh_strip will deal with stripping
  binaries and will honour DEB_BUILD_OPTIONS (thanks, Bernhard R. Link;
  closes: #498681).
* Fix handling of zero-length server banners (thanks, Tomas Mraz; closes:
  #497026).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"     $OpenBSD: ssh-add.1,v 1.43 2005/04/21 06:17:50 djm Exp $
 
1
.\"     $OpenBSD: ssh-add.1,v 1.46 2007/06/12 13:41:03 jmc Exp $
2
2
.\"
3
3
.\"  -*- nroff -*-
4
4
.\"
37
37
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
38
38
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
39
.\"
40
 
.Dd September 25, 1999
 
40
.Dd $Mdocdate: June 12 2007 $
41
41
.Dt SSH-ADD 1
42
42
.Os
43
43
.Sh NAME
75
75
.Nm
76
76
to work.
77
77
.Pp
 
78
Any keys recorded in the blacklist of known-compromised keys (see
 
79
.Xr ssh-vulnkey 1 )
 
80
will be refused.
 
81
.Pp
78
82
The options are as follows:
79
83
.Bl -tag -width Ds
80
84
.It Fl c
89
93
.It Fl D
90
94
Deletes all identities from the agent.
91
95
.It Fl d
92
 
Instead of adding the identity, removes the identity from the agent.
 
96
Instead of adding identities, removes identities from the agent.
 
97
If
 
98
.Nm
 
99
has been run without arguments, the keys for the default identities will
 
100
be removed.
 
101
Otherwise, the argument list will be interpreted as a list of paths to
 
102
public key files and matching keys will be removed from the agent.
 
103
If no public key is found at a given path,
 
104
.Nm
 
105
will append
 
106
.Pa .pub
 
107
and retry.
93
108
.It Fl e Ar reader
94
109
Remove key in smartcard
95
110
.Ar reader .
163
178
.Xr ssh 1 ,
164
179
.Xr ssh-agent 1 ,
165
180
.Xr ssh-keygen 1 ,
 
181
.Xr ssh-vulnkey 1 ,
166
182
.Xr sshd 8
167
183
.Sh AUTHORS
168
184
OpenSSH is a derivative of the original and free