summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-02-08 22:03:06 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-02-08 22:03:06 +0000
commitb6054b4214f985aa9e960bf7d612d31811a0f42d (patch)
treebe8577760670d367082f102b53e6e207586c9796 /usr.bin/ssh
parent4b747f243c1d9c2f2b1e538acc54008304a31878 (diff)
tweak previous; ok markus
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/ssh-add.18
-rw-r--r--usr.bin/ssh/ssh-keygen.17
-rw-r--r--usr.bin/ssh/ssh.13
-rw-r--r--usr.bin/ssh/ssh.c5
4 files changed, 11 insertions, 12 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1
index a5dc3311a18..619209a19d5 100644
--- a/usr.bin/ssh/ssh-add.1
+++ b/usr.bin/ssh/ssh-add.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-add.1,v 1.49 2010/02/08 10:50:20 markus Exp $
+.\" $OpenBSD: ssh-add.1,v 1.50 2010/02/08 22:03:05 jmc Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -49,9 +49,9 @@
.Op Fl t Ar life
.Op Ar
.Nm ssh-add
-.Fl s Ar reader
+.Fl s Ar pkcs11
.Nm ssh-add
-.Fl e Ar reader
+.Fl e Ar pkcs11
.Sh DESCRIPTION
.Nm
adds RSA or DSA identities to the authentication agent,
@@ -110,7 +110,7 @@ by the agent.
.It Fl l
Lists fingerprints of all identities currently represented by the agent.
.It Fl s Ar pkcs11
-Add key provider by
+Add key provided by
.Ar pkcs11 .
.It Fl t Ar life
Set a maximum lifetime when adding identities to an agent.
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1
index 7dc76976a23..c0c323640ac 100644
--- a/usr.bin/ssh/ssh-keygen.1
+++ b/usr.bin/ssh/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keygen.1,v 1.81 2010/02/08 10:50:20 markus Exp $
+.\" $OpenBSD: ssh-keygen.1,v 1.82 2010/02/08 22:03:05 jmc Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -79,7 +79,7 @@
.Fl B
.Op Fl f Ar input_keyfile
.Nm ssh-keygen
-.Fl D Ar reader
+.Fl D Ar pkcs11
.Nm ssh-keygen
.Fl F Ar hostname
.Op Fl f Ar known_hosts_file
@@ -91,9 +91,6 @@
.Fl R Ar hostname
.Op Fl f Ar known_hosts_file
.Nm ssh-keygen
-.Fl U Ar reader
-.Op Fl f Ar input_keyfile
-.Nm ssh-keygen
.Fl r Ar hostname
.Op Fl f Ar input_keyfile
.Op Fl g
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index 97a2455ab32..4424e1f60bf 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh.1,v 1.291 2010/02/08 10:50:20 markus Exp $
+.\" $OpenBSD: ssh.1,v 1.292 2010/02/08 22:03:05 jmc Exp $
.Dd $Mdocdate: February 8 2010 $
.Dt SSH 1
.Os
@@ -54,6 +54,7 @@
.Oc
.Op Fl e Ar escape_char
.Op Fl F Ar configfile
+.Op Fl I Ar pkcs11
.Bk -words
.Op Fl i Ar identity_file
.Ek
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index 21cf21f1401..f3c73641735 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.333 2010/02/08 10:50:20 markus Exp $ */
+/* $OpenBSD: ssh.c,v 1.334 2010/02/08 22:03:05 jmc Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -179,7 +179,8 @@ usage(void)
fprintf(stderr,
"usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
" [-D [bind_address:]port] [-e escape_char] [-F configfile]\n"
-" [-i identity_file] [-L [bind_address:]port:host:hostport]\n"
+" [-I pkcs11] [-i identity_file]\n"
+" [-L [bind_address:]port:host:hostport]\n"
" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
" [-W host:port] [-w local_tun[:remote_tun]]\n"