summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh-keysign.810
-rw-r--r--ssh_config.54
-rw-r--r--sshd_config.56
4 files changed, 14 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index b5f623a8e..730634ce7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -163,6 +163,9 @@
163 - jmc@cvs.openbsd.org 2006/02/24 10:39:52 163 - jmc@cvs.openbsd.org 2006/02/24 10:39:52
164 [sshd.8] 164 [sshd.8]
165 signpost to PATTERNS section; 165 signpost to PATTERNS section;
166 - jmc@cvs.openbsd.org 2006/02/24 20:22:16
167 [ssh-keysign.8 ssh_config.5 sshd_config.5]
168 some consistency fixes;
166 169
16720060313 17020060313
168 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) 171 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@@ -4064,4 +4067,4 @@
4064 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4067 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4065 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4068 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4066 4069
4067$Id: ChangeLog,v 1.4185 2006/03/15 00:55:08 djm Exp $ 4070$Id: ChangeLog,v 1.4186 2006/03/15 00:55:31 djm Exp $
diff --git a/ssh-keysign.8 b/ssh-keysign.8
index a17e8d5cf..4cdcb7a43 100644
--- a/ssh-keysign.8
+++ b/ssh-keysign.8
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keysign.8,v 1.7 2003/06/10 09:12:11 jmc Exp $ 1.\" $OpenBSD: ssh-keysign.8,v 1.8 2006/02/24 20:22:16 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2002 Markus Friedl. All rights reserved. 3.\" Copyright (c) 2002 Markus Friedl. All rights reserved.
4.\" 4.\"
@@ -27,7 +27,7 @@
27.Os 27.Os
28.Sh NAME 28.Sh NAME
29.Nm ssh-keysign 29.Nm ssh-keysign
30.Nd ssh helper program for hostbased authentication 30.Nd ssh helper program for host-based authentication
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm 32.Nm
33.Sh DESCRIPTION 33.Sh DESCRIPTION
@@ -35,7 +35,7 @@
35is used by 35is used by
36.Xr ssh 1 36.Xr ssh 1
37to access the local host keys and generate the digital signature 37to access the local host keys and generate the digital signature
38required during hostbased authentication with SSH protocol version 2. 38required during host-based authentication with SSH protocol version 2.
39.Pp 39.Pp
40.Nm 40.Nm
41is disabled by default and can only be enabled in the 41is disabled by default and can only be enabled in the
@@ -53,7 +53,7 @@ See
53.Xr ssh 1 53.Xr ssh 1
54and 54and
55.Xr sshd 8 55.Xr sshd 8
56for more information about hostbased authentication. 56for more information about host-based authentication.
57.Sh FILES 57.Sh FILES
58.Bl -tag -width Ds 58.Bl -tag -width Ds
59.It Pa /etc/ssh/ssh_config 59.It Pa /etc/ssh/ssh_config
@@ -67,7 +67,7 @@ They should be owned by root, readable only by root, and not
67accessible to others. 67accessible to others.
68Since they are readable only by root, 68Since they are readable only by root,
69.Nm 69.Nm
70must be set-uid root if hostbased authentication is used. 70must be set-uid root if host-based authentication is used.
71.El 71.El
72.Sh SEE ALSO 72.Sh SEE ALSO
73.Xr ssh 1 , 73.Xr ssh 1 ,
diff --git a/ssh_config.5 b/ssh_config.5
index a334e57dc..5905d4c90 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -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_config.5,v 1.81 2006/02/24 10:37:07 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.82 2006/02/24 20:22:16 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -178,7 +178,7 @@ Note that this option does not work if
178is set to 178is set to
179.Dq yes . 179.Dq yes .
180.It Cm ChallengeResponseAuthentication 180.It Cm ChallengeResponseAuthentication
181Specifies whether to use challenge response authentication. 181Specifies whether to use challenge-response authentication.
182The argument to this keyword must be 182The argument to this keyword must be
183.Dq yes 183.Dq yes
184or 184or
diff --git a/sshd_config.5 b/sshd_config.5
index e0768230e..caeddf603 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -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: sshd_config.5,v 1.49 2006/02/24 10:33:54 jmc Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.50 2006/02/24 20:22:16 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -153,7 +153,7 @@ authentication is allowed.
153This option is only available for protocol version 2. 153This option is only available for protocol version 2.
154By default, no banner is displayed. 154By default, no banner is displayed.
155.It Cm ChallengeResponseAuthentication 155.It Cm ChallengeResponseAuthentication
156Specifies whether challenge response authentication is allowed. 156Specifies whether challenge-response authentication is allowed.
157All authentication styles from 157All authentication styles from
158.Xr login.conf 5 158.Xr login.conf 5
159are supported. 159are supported.
@@ -291,7 +291,7 @@ Note that this option applies to protocol version 2 only.
291.It Cm HostbasedAuthentication 291.It Cm HostbasedAuthentication
292Specifies whether rhosts or /etc/hosts.equiv authentication together 292Specifies whether rhosts or /etc/hosts.equiv authentication together
293with successful public key client host authentication is allowed 293with successful public key client host authentication is allowed
294(hostbased authentication). 294(host-based authentication).
295This option is similar to 295This option is similar to
296.Cm RhostsRSAAuthentication 296.Cm RhostsRSAAuthentication
297and applies to protocol version 2 only. 297and applies to protocol version 2 only.