summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--ssh-add.18
-rw-r--r--ssh-keygen.19
-rw-r--r--ssh.18
-rw-r--r--ssh_config.57
5 files changed, 17 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index db0b19df4..1c532a6e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,9 @@
31 [auth.c] 31 [auth.c]
32 unbreak ChrootDirectory+internal-sftp by skipping check for executable 32 unbreak ChrootDirectory+internal-sftp by skipping check for executable
33 shell when chrooting; reported by danh AT wzrd.com; ok dtucker@ 33 shell when chrooting; reported by danh AT wzrd.com; ok dtucker@
34 - markus@cvs.openbsd.org 2010/02/10 23:20:38
35 [ssh-add.1 ssh-keygen.1 ssh.1 ssh_config.5]
36 pkcs#11 is no longer optional; improve wording; ok jmc@
34 37
3520100210 3820100210
36 - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for 39 - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for
diff --git a/ssh-add.1 b/ssh-add.1
index 619209a19..0d5e39272 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.50 2010/02/08 22:03:05 jmc Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.51 2010/02/10 23:20:38 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: February 8 2010 $ 40.Dd $Mdocdate: February 10 2010 $
41.Dt SSH-ADD 1 41.Dt SSH-ADD 1
42.Os 42.Os
43.Sh NAME 43.Sh NAME
@@ -102,7 +102,7 @@ will append
102.Pa .pub 102.Pa .pub
103and retry. 103and retry.
104.It Fl e Ar pkcs11 104.It Fl e Ar pkcs11
105Remove key provided by 105Remove keys provided by the PKCS#11 shared library
106.Ar pkcs11 . 106.Ar pkcs11 .
107.It Fl L 107.It Fl L
108Lists public key parameters of all identities currently represented 108Lists public key parameters of all identities currently represented
@@ -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 provided by 113Add keys provided by the PKCS#11 shared library
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 c0c323640..f09e1a100 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.82 2010/02/08 22:03:05 jmc Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.83 2010/02/10 23:20:38 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: February 8 2010 $ 40.Dd $Mdocdate: February 10 2010 $
41.Dt SSH-KEYGEN 1 41.Dt SSH-KEYGEN 1
42.Os 42.Os
43.Sh NAME 43.Sh NAME
@@ -199,9 +199,8 @@ This operation is only supported for RSA1 keys.
199The program will prompt for the file containing the private keys, for 199The program will prompt for the file containing the private keys, for
200the passphrase if the key has one, and for the new comment. 200the passphrase if the key has one, and for the new comment.
201.It Fl D Ar pkcs11 201.It Fl D Ar pkcs11
202Download the RSA public keys stored in the 202Download the RSA public keys provided by the PKCS#11 shared library
203.Ar pkcs11 203.Ar pkcs11 .
204provider.
205.It Fl e 204.It Fl e
206This option will read a private or public OpenSSH key file and 205This option will read a private or public OpenSSH key file and
207print the key in 206print the key in
diff --git a/ssh.1 b/ssh.1
index 4424e1f60..8fcc9b564 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,8 +34,8 @@
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.292 2010/02/08 22:03:05 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.293 2010/02/10 23:20:38 markus Exp $
38.Dd $Mdocdate: February 8 2010 $ 38.Dd $Mdocdate: February 10 2010 $
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -288,10 +288,8 @@ Allows remote hosts to connect to local forwarded ports.
288.It Fl I Ar pkcs11 288.It Fl I Ar pkcs11
289Specify the PKCS#11 shared libarary 289Specify the PKCS#11 shared libarary
290.Nm 290.Nm
291should use to communicate with a PKCS#11 token used for storing the user's 291should use to communicate with a PKCS#11 token providing the user's
292private RSA key. 292private RSA key.
293This option is only available if support for PKCS#11
294is compiled in (default is no support).
295.It Fl i Ar identity_file 293.It Fl i Ar identity_file
296Selects a file from which the identity (private key) for 294Selects a file from which the identity (private key) for
297RSA or DSA authentication is read. 295RSA or DSA authentication is read.
diff --git a/ssh_config.5 b/ssh_config.5
index 350a8eacd..7ab5d02fd 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,8 +34,8 @@
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_config.5,v 1.127 2010/02/08 10:50:20 markus Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.128 2010/02/10 23:20:38 markus Exp $
38.Dd $Mdocdate: February 8 2010 $ 38.Dd $Mdocdate: February 10 2010 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -715,9 +715,8 @@ The default is
715Specifies which PKCS#11 provider to use. 715Specifies which PKCS#11 provider to use.
716The argument to this keyword is the PKCS#11 shared libary 716The argument to this keyword is the PKCS#11 shared libary
717.Xr ssh 1 717.Xr ssh 1
718should use to communicate with a PKCS#11 token used for storing the user's 718should use to communicate with a PKCS#11 token providing the user's
719private RSA key. 719private RSA key.
720By default, no device is specified and PKCS#11 support is not activated.
721.It Cm Port 720.It Cm Port
722Specifies the port number to connect on the remote host. 721Specifies the port number to connect on the remote host.
723The default is 22. 722The default is 22.