diff options
author | Damien Miller <djm@mindrot.org> | 2009-02-23 10:53:58 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2009-02-23 10:53:58 +1100 |
commit | 19913847640ac7df423f01f641abfce0f364238f (patch) | |
tree | 4d40c9aa209c8d7ff0c71e4c7dcb0820b7164eb2 | |
parent | 9eab9564d5185b52f33f4a265914d32a3147338e (diff) |
- djm@cvs.openbsd.org 2009/02/22 23:50:57
[ssh_config.5 sshd_config.5]
don't advertise experimental options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ssh_config.5 | 15 | ||||
-rw-r--r-- | sshd_config.5 | 20 |
3 files changed, 13 insertions, 30 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20090223 | ||
2 | - (djm) OpenBSD CVS Sync | ||
3 | - djm@cvs.openbsd.org 2009/02/22 23:50:57 | ||
4 | [ssh_config.5 sshd_config.5] | ||
5 | don't advertise experimental options | ||
6 | |||
1 | 20090222 | 7 | 20090222 |
2 | - (djm) OpenBSD CVS Sync | 8 | - (djm) OpenBSD CVS Sync |
3 | - tobias@cvs.openbsd.org 2009/02/21 19:32:04 | 9 | - tobias@cvs.openbsd.org 2009/02/21 19:32:04 |
@@ -5190,5 +5196,5 @@ | |||
5190 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 5196 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
5191 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 5197 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
5192 | 5198 | ||
5193 | $Id: ChangeLog,v 1.5201 2009/02/21 21:47:02 djm Exp $ | 5199 | $Id: ChangeLog,v 1.5202 2009/02/22 23:53:58 djm Exp $ |
5194 | 5200 | ||
diff --git a/ssh_config.5 b/ssh_config.5 index 6ff2f3efe..ea9a20b23 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.118 2009/02/12 07:34:20 jmc Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.119 2009/02/22 23:50:57 djm Exp $ |
38 | .Dd $Mdocdate: February 12 2009 $ | 38 | .Dd $Mdocdate: February 22 2009 $ |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -1086,17 +1086,6 @@ Specifies the full pathname of the | |||
1086 | program. | 1086 | program. |
1087 | The default is | 1087 | The default is |
1088 | .Pa /usr/X11R6/bin/xauth . | 1088 | .Pa /usr/X11R6/bin/xauth . |
1089 | .It Cm ZeroKnowledgePasswordAuthentication | ||
1090 | Specifies whether to use zero knowledge password authentication. | ||
1091 | This authentication method avoids exposure of password to untrusted | ||
1092 | hosts. | ||
1093 | The argument to this keyword must be | ||
1094 | .Dq yes | ||
1095 | or | ||
1096 | .Dq no . | ||
1097 | The default is currently | ||
1098 | .Dq no | ||
1099 | as this method is considered experimental. | ||
1100 | .El | 1089 | .El |
1101 | .Sh PATTERNS | 1090 | .Sh PATTERNS |
1102 | A | 1091 | A |
diff --git a/sshd_config.5 b/sshd_config.5 index 033ae8d3d..c28b18e3e 100644 --- a/sshd_config.5 +++ b/sshd_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: sshd_config.5,v 1.100 2009/01/24 17:10:22 naddy Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.101 2009/02/22 23:50:57 djm Exp $ |
38 | .Dd $Mdocdate: January 24 2009 $ | 38 | .Dd $Mdocdate: February 22 2009 $ |
39 | .Dt SSHD_CONFIG 5 | 39 | .Dt SSHD_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -612,10 +612,9 @@ Available keywords are | |||
612 | .Cm RhostsRSAAuthentication , | 612 | .Cm RhostsRSAAuthentication , |
613 | .Cm RSAAuthentication , | 613 | .Cm RSAAuthentication , |
614 | .Cm X11DisplayOffset , | 614 | .Cm X11DisplayOffset , |
615 | .Cm X11Forwarding , | 615 | .Cm X11Forwarding |
616 | .Cm X11UseLocalHost , | ||
617 | and | 616 | and |
618 | .Cm ZeroKnowledgePasswordAuthentication . | 617 | .Cm X11UseLocalHost |
619 | .It Cm MaxAuthTries | 618 | .It Cm MaxAuthTries |
620 | Specifies the maximum number of authentication attempts permitted per | 619 | Specifies the maximum number of authentication attempts permitted per |
621 | connection. | 620 | connection. |
@@ -1006,17 +1005,6 @@ Specifies the full pathname of the | |||
1006 | program. | 1005 | program. |
1007 | The default is | 1006 | The default is |
1008 | .Pa /usr/X11R6/bin/xauth . | 1007 | .Pa /usr/X11R6/bin/xauth . |
1009 | .It Cm ZeroKnowledgePasswordAuthentication | ||
1010 | Specifies whether to use zero knowledge password authentication. | ||
1011 | This authentication method avoids exposure of password to untrusted | ||
1012 | hosts. | ||
1013 | The argument to this keyword must be | ||
1014 | .Dq yes | ||
1015 | or | ||
1016 | .Dq no . | ||
1017 | The default is currently | ||
1018 | .Dq no | ||
1019 | as this method is considered experimental. | ||
1020 | .El | 1008 | .El |
1021 | .Sh TIME FORMATS | 1009 | .Sh TIME FORMATS |
1022 | .Xr sshd 8 | 1010 | .Xr sshd 8 |