mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
- djm@cvs.openbsd.org 2009/02/22 23:50:57
[ssh_config.5 sshd_config.5] don't advertise experimental options
This commit is contained in:
parent
9eab9564d5
commit
1991384764
@ -1,3 +1,9 @@
|
|||||||
|
20090223
|
||||||
|
- (djm) OpenBSD CVS Sync
|
||||||
|
- djm@cvs.openbsd.org 2009/02/22 23:50:57
|
||||||
|
[ssh_config.5 sshd_config.5]
|
||||||
|
don't advertise experimental options
|
||||||
|
|
||||||
20090222
|
20090222
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
- tobias@cvs.openbsd.org 2009/02/21 19:32:04
|
- tobias@cvs.openbsd.org 2009/02/21 19:32:04
|
||||||
@ -5190,5 +5196,5 @@
|
|||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.5201 2009/02/21 21:47:02 djm Exp $
|
$Id: ChangeLog,v 1.5202 2009/02/22 23:53:58 djm Exp $
|
||||||
|
|
||||||
|
15
ssh_config.5
15
ssh_config.5
@ -34,8 +34,8 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh_config.5,v 1.118 2009/02/12 07:34:20 jmc Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.119 2009/02/22 23:50:57 djm Exp $
|
||||||
.Dd $Mdocdate: February 12 2009 $
|
.Dd $Mdocdate: February 22 2009 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -1086,17 +1086,6 @@ Specifies the full pathname of the
|
|||||||
program.
|
program.
|
||||||
The default is
|
The default is
|
||||||
.Pa /usr/X11R6/bin/xauth .
|
.Pa /usr/X11R6/bin/xauth .
|
||||||
.It Cm ZeroKnowledgePasswordAuthentication
|
|
||||||
Specifies whether to use zero knowledge password authentication.
|
|
||||||
This authentication method avoids exposure of password to untrusted
|
|
||||||
hosts.
|
|
||||||
The argument to this keyword must be
|
|
||||||
.Dq yes
|
|
||||||
or
|
|
||||||
.Dq no .
|
|
||||||
The default is currently
|
|
||||||
.Dq no
|
|
||||||
as this method is considered experimental.
|
|
||||||
.El
|
.El
|
||||||
.Sh PATTERNS
|
.Sh PATTERNS
|
||||||
A
|
A
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd_config.5,v 1.100 2009/01/24 17:10:22 naddy Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.101 2009/02/22 23:50:57 djm Exp $
|
||||||
.Dd $Mdocdate: January 24 2009 $
|
.Dd $Mdocdate: February 22 2009 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -612,10 +612,9 @@ Available keywords are
|
|||||||
.Cm RhostsRSAAuthentication ,
|
.Cm RhostsRSAAuthentication ,
|
||||||
.Cm RSAAuthentication ,
|
.Cm RSAAuthentication ,
|
||||||
.Cm X11DisplayOffset ,
|
.Cm X11DisplayOffset ,
|
||||||
.Cm X11Forwarding ,
|
.Cm X11Forwarding
|
||||||
.Cm X11UseLocalHost ,
|
|
||||||
and
|
and
|
||||||
.Cm ZeroKnowledgePasswordAuthentication .
|
.Cm X11UseLocalHost
|
||||||
.It Cm MaxAuthTries
|
.It Cm MaxAuthTries
|
||||||
Specifies the maximum number of authentication attempts permitted per
|
Specifies the maximum number of authentication attempts permitted per
|
||||||
connection.
|
connection.
|
||||||
@ -1006,17 +1005,6 @@ Specifies the full pathname of the
|
|||||||
program.
|
program.
|
||||||
The default is
|
The default is
|
||||||
.Pa /usr/X11R6/bin/xauth .
|
.Pa /usr/X11R6/bin/xauth .
|
||||||
.It Cm ZeroKnowledgePasswordAuthentication
|
|
||||||
Specifies whether to use zero knowledge password authentication.
|
|
||||||
This authentication method avoids exposure of password to untrusted
|
|
||||||
hosts.
|
|
||||||
The argument to this keyword must be
|
|
||||||
.Dq yes
|
|
||||||
or
|
|
||||||
.Dq no .
|
|
||||||
The default is currently
|
|
||||||
.Dq no
|
|
||||||
as this method is considered experimental.
|
|
||||||
.El
|
.El
|
||||||
.Sh TIME FORMATS
|
.Sh TIME FORMATS
|
||||||
.Xr sshd 8
|
.Xr sshd 8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user