]> andersk Git - openssh.git/commitdiff
- jakob@cvs.openbsd.org 2001/08/03 10:31:19
authormouring <mouring>
Mon, 6 Aug 2001 22:03:08 +0000 (22:03 +0000)
committermouring <mouring>
Mon, 6 Aug 2001 22:03:08 +0000 (22:03 +0000)
     [ssh-add.1]
     document smartcard options. ok markus@

ChangeLog
ssh-add.1

index 185dc30156ae5c5e2c52ce0d343920740295a051..20076a4f323960ae4b2f32b4b9769821e479d7ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
  
      millert@ ok
+   - jakob@cvs.openbsd.org 2001/08/03 10:31:19
+     [ssh-add.1]
+     document smartcard options. ok markus@
 
 20010803
  - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
index 2bcbe0eeb109b7c7d1ab66bc47ec4c9ada161e4c..e906c912f89a8a4c2cf0a652a8491908a032e35a 100644 (file)
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ssh-add.1,v 1.25 2001/05/05 13:42:52 stevesk Exp $
+.\"    $OpenBSD: ssh-add.1,v 1.26 2001/08/03 10:31:19 jakob Exp $
 .\"
 .\"  -*- nroff -*-
 .\"
 .Nm ssh-add
 .Op Fl lLdD
 .Op Ar
+.Nm ssh-add
+.Fl s Ar reader
+.Nm ssh-add
+.Fl e Ar reader
 .Sh DESCRIPTION
 .Nm
 adds RSA or DSA identities to the authentication agent,
@@ -76,6 +80,12 @@ Lists public key parameters of all identities currently represented by the agent
 Instead of adding the identity, removes the identity from the agent.
 .It Fl D
 Deletes all identities from the agent.
+.It Fl s Ar reader
+Add key in smartcard
+.Ar reader .
+.It Fl e Ar reader
+Remove key in smartcard
+.Ar reader .
 .El
 .Sh FILES
 .Bl -tag -width Ds
This page took 0.048935 seconds and 5 git commands to generate.