diff options
author | Damien Miller <djm@mindrot.org> | 2010-02-12 09:22:04 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-02-12 09:22:04 +1100 |
commit | 048dc93617b7d005d8f7d42da1d52d8982408bdd (patch) | |
tree | 9b03900fd6d9b1c768a960aaea425bcf7a99550a | |
parent | 7ea845e48df6d34a333ebbe79380cba0938d02a5 (diff) |
- jmc@cvs.openbsd.org 2010/02/08 22:03:05
[ssh-add.1 ssh-keygen.1 ssh.1 ssh.c]
tweak previous; ok markus
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh-add.1 | 8 | ||||
-rw-r--r-- | ssh-keygen.1 | 7 | ||||
-rw-r--r-- | ssh.1 | 3 | ||||
-rw-r--r-- | ssh.c | 5 |
5 files changed, 14 insertions, 12 deletions
@@ -15,6 +15,9 @@ | |||
15 | a forked a ssh-pkcs11-helper process. | 15 | a forked a ssh-pkcs11-helper process. |
16 | PKCS#11 is currently a compile time option. | 16 | PKCS#11 is currently a compile time option. |
17 | feedback and ok djm@; inspired by patches from Alon Bar-Lev | 17 | feedback and ok djm@; inspired by patches from Alon Bar-Lev |
18 | - jmc@cvs.openbsd.org 2010/02/08 22:03:05 | ||
19 | [ssh-add.1 ssh-keygen.1 ssh.1 ssh.c] | ||
20 | tweak previous; ok markus | ||
18 | 21 | ||
19 | 20100210 | 22 | 20100210 |
20 | - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for | 23 | - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for |
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.49 2010/02/08 10:50:20 markus Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.50 2010/02/08 22:03:05 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -49,9 +49,9 @@ | |||
49 | .Op Fl t Ar life | 49 | .Op Fl t Ar life |
50 | .Op Ar | 50 | .Op Ar |
51 | .Nm ssh-add | 51 | .Nm ssh-add |
52 | .Fl s Ar reader | 52 | .Fl s Ar pkcs11 |
53 | .Nm ssh-add | 53 | .Nm ssh-add |
54 | .Fl e Ar reader | 54 | .Fl e Ar pkcs11 |
55 | .Sh DESCRIPTION | 55 | .Sh DESCRIPTION |
56 | .Nm | 56 | .Nm |
57 | adds RSA or DSA identities to the authentication agent, | 57 | adds RSA or DSA identities to the authentication agent, |
@@ -110,7 +110,7 @@ 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 pkcs11 | 112 | .It Fl s Ar pkcs11 |
113 | Add key provider by | 113 | Add key provided by |
114 | .Ar pkcs11 . | 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. |
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 7dc76976a..c0c323640 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.81 2010/02/08 10:50:20 markus Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.82 2010/02/08 22:03:05 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -79,7 +79,7 @@ | |||
79 | .Fl B | 79 | .Fl B |
80 | .Op Fl f Ar input_keyfile | 80 | .Op Fl f Ar input_keyfile |
81 | .Nm ssh-keygen | 81 | .Nm ssh-keygen |
82 | .Fl D Ar reader | 82 | .Fl D Ar pkcs11 |
83 | .Nm ssh-keygen | 83 | .Nm ssh-keygen |
84 | .Fl F Ar hostname | 84 | .Fl F Ar hostname |
85 | .Op Fl f Ar known_hosts_file | 85 | .Op Fl f Ar known_hosts_file |
@@ -91,9 +91,6 @@ | |||
91 | .Fl R Ar hostname | 91 | .Fl R Ar hostname |
92 | .Op Fl f Ar known_hosts_file | 92 | .Op Fl f Ar known_hosts_file |
93 | .Nm ssh-keygen | 93 | .Nm ssh-keygen |
94 | .Fl U Ar reader | ||
95 | .Op Fl f Ar input_keyfile | ||
96 | .Nm ssh-keygen | ||
97 | .Fl r Ar hostname | 94 | .Fl r Ar hostname |
98 | .Op Fl f Ar input_keyfile | 95 | .Op Fl f Ar input_keyfile |
99 | .Op Fl g | 96 | .Op Fl g |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.291 2010/02/08 10:50:20 markus Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.292 2010/02/08 22:03:05 jmc Exp $ |
38 | .Dd $Mdocdate: February 8 2010 $ | 38 | .Dd $Mdocdate: February 8 2010 $ |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -54,6 +54,7 @@ | |||
54 | .Oc | 54 | .Oc |
55 | .Op Fl e Ar escape_char | 55 | .Op Fl e Ar escape_char |
56 | .Op Fl F Ar configfile | 56 | .Op Fl F Ar configfile |
57 | .Op Fl I Ar pkcs11 | ||
57 | .Bk -words | 58 | .Bk -words |
58 | .Op Fl i Ar identity_file | 59 | .Op Fl i Ar identity_file |
59 | .Ek | 60 | .Ek |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.c,v 1.333 2010/02/08 10:50:20 markus Exp $ */ | 1 | /* $OpenBSD: ssh.c,v 1.334 2010/02/08 22:03:05 jmc Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -187,7 +187,8 @@ usage(void) | |||
187 | fprintf(stderr, | 187 | fprintf(stderr, |
188 | "usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n" | 188 | "usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n" |
189 | " [-D [bind_address:]port] [-e escape_char] [-F configfile]\n" | 189 | " [-D [bind_address:]port] [-e escape_char] [-F configfile]\n" |
190 | " [-i identity_file] [-L [bind_address:]port:host:hostport]\n" | 190 | " [-I pkcs11] [-i identity_file]\n" |
191 | " [-L [bind_address:]port:host:hostport]\n" | ||
191 | " [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n" | 192 | " [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n" |
192 | " [-R [bind_address:]port:host:hostport] [-S ctl_path]\n" | 193 | " [-R [bind_address:]port:host:hostport] [-S ctl_path]\n" |
193 | " [-W host:port] [-w local_tun[:remote_tun]]\n" | 194 | " [-W host:port] [-w local_tun[:remote_tun]]\n" |