mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
- djm@cvs.openbsd.org 2014/01/19 04:48:08
[ssh_config.5] fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal
This commit is contained in:
parent
7b1ded04ad
commit
b7e01c09b5
@ -13,6 +13,9 @@
|
|||||||
Cast socklen_t when comparing to size_t and use socklen_t to iterate over
|
Cast socklen_t when comparing to size_t and use socklen_t to iterate over
|
||||||
the ip options, both to prevent signed/unsigned comparison warnings.
|
the ip options, both to prevent signed/unsigned comparison warnings.
|
||||||
Patch from vinschen at redhat via portable openssh, begrudging ok deraadt.
|
Patch from vinschen at redhat via portable openssh, begrudging ok deraadt.
|
||||||
|
- djm@cvs.openbsd.org 2014/01/19 04:48:08
|
||||||
|
[ssh_config.5]
|
||||||
|
fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal
|
||||||
|
|
||||||
20140118
|
20140118
|
||||||
- (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch
|
- (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch
|
||||||
|
@ -33,8 +33,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.183 2013/12/07 11:58:46 naddy Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.184 2014/01/19 04:48:08 djm Exp $
|
||||||
.Dd $Mdocdate: December 7 2013 $
|
.Dd $Mdocdate: January 19 2014 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -229,11 +229,11 @@ search for the specified destination host.
|
|||||||
.It Cm CanonicalizeFallbackLocal
|
.It Cm CanonicalizeFallbackLocal
|
||||||
Specifies whether to fail with an error when hostname canonicalization fails.
|
Specifies whether to fail with an error when hostname canonicalization fails.
|
||||||
The default,
|
The default,
|
||||||
.Dq no ,
|
.Dq yes ,
|
||||||
will attempt to look up the unqualified hostname using the system resolver's
|
will attempt to look up the unqualified hostname using the system resolver's
|
||||||
search rules.
|
search rules.
|
||||||
A value of
|
A value of
|
||||||
.Dq yes
|
.Dq no
|
||||||
will cause
|
will cause
|
||||||
.Xr ssh 1
|
.Xr ssh 1
|
||||||
to fail instantly if
|
to fail instantly if
|
||||||
|
Loading…
x
Reference in New Issue
Block a user