=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-add.1,v retrieving revision 1.17.2.4 retrieving revision 1.17.2.5 diff -u -r1.17.2.4 -r1.17.2.5 --- src/usr.bin/ssh/ssh-add.1 2001/05/07 21:09:35 1.17.2.4 +++ src/usr.bin/ssh/ssh-add.1 2001/09/27 00:15:42 1.17.2.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.17.2.4 2001/05/07 21:09:35 jason Exp $ +.\" $OpenBSD: ssh-add.1,v 1.17.2.5 2001/09/27 00:15:42 miod Exp $ .\" .\" -*- nroff -*- .\" @@ -42,11 +42,15 @@ .Os .Sh NAME .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 .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, @@ -57,7 +61,7 @@ If any file requires a passphrase, .Nm asks for the passphrase from the user. -The Passphrase it is read from the user's tty. +The passphrase is read from the user's tty. .Nm retries the last passphrase if multiple identity files are given. .Pp @@ -76,6 +80,12 @@ 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