diff options
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.48 2009/10/22 15:02:12 sobrado Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.49 2010/02/08 10:50:20 markus Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -37,7 +37,7 @@ | |||
37 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 37 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
38 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 38 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
39 | .\" | 39 | .\" |
40 | .Dd $Mdocdate: October 22 2009 $ | 40 | .Dd $Mdocdate: February 8 2010 $ |
41 | .Dt SSH-ADD 1 | 41 | .Dt SSH-ADD 1 |
42 | .Os | 42 | .Os |
43 | .Sh NAME | 43 | .Sh NAME |
@@ -101,17 +101,17 @@ If no public key is found at a given path, | |||
101 | will append | 101 | will append |
102 | .Pa .pub | 102 | .Pa .pub |
103 | and retry. | 103 | and retry. |
104 | .It Fl e Ar reader | 104 | .It Fl e Ar pkcs11 |
105 | Remove key in smartcard | 105 | Remove key provided by |
106 | .Ar reader . | 106 | .Ar pkcs11 . |
107 | .It Fl L | 107 | .It Fl L |
108 | Lists public key parameters of all identities currently represented | 108 | Lists public key parameters of all identities currently represented |
109 | by the agent. | 109 | by the agent. |
110 | .It Fl l | 110 | .It Fl l |
111 | Lists fingerprints of all identities currently represented by the agent. | 111 | Lists fingerprints of all identities currently represented by the agent. |
112 | .It Fl s Ar reader | 112 | .It Fl s Ar pkcs11 |
113 | Add key in smartcard | 113 | Add key provider by |
114 | .Ar reader . | 114 | .Ar pkcs11 . |
115 | .It Fl t Ar life | 115 | .It Fl t Ar life |
116 | Set a maximum lifetime when adding identities to an agent. | 116 | Set a maximum lifetime when adding identities to an agent. |
117 | The lifetime may be specified in seconds or in a time format | 117 | The lifetime may be specified in seconds or in a time format |