summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--ssh-add.18
-rw-r--r--ssh-keygen.17
-rw-r--r--ssh.13
-rw-r--r--ssh.c5
5 files changed, 14 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 776116171..ffda446b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
1920100210 2220100210
20 - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for 23 - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for
diff --git a/ssh-add.1 b/ssh-add.1
index a5dc3311a..619209a19 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -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
57adds RSA or DSA identities to the authentication agent, 57adds RSA or DSA identities to the authentication agent,
@@ -110,7 +110,7 @@ by the agent.
110.It Fl l 110.It Fl l
111Lists fingerprints of all identities currently represented by the agent. 111Lists fingerprints of all identities currently represented by the agent.
112.It Fl s Ar pkcs11 112.It Fl s Ar pkcs11
113Add key provider by 113Add key provided by
114.Ar pkcs11 . 114.Ar pkcs11 .
115.It Fl t Ar life 115.It Fl t Ar life
116Set a maximum lifetime when adding identities to an agent. 116Set 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
diff --git a/ssh.1 b/ssh.1
index 97a2455ab..4424e1f60 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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
diff --git a/ssh.c b/ssh.c
index 63523b42a..25ccdcaa5 100644
--- a/ssh.c
+++ b/ssh.c
@@ -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"