summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--ssh_config.58
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 847be1460..990739468 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
13 Cast socklen_t when comparing to size_t and use socklen_t to iterate over 13 Cast socklen_t when comparing to size_t and use socklen_t to iterate over
14 the ip options, both to prevent signed/unsigned comparison warnings. 14 the ip options, both to prevent signed/unsigned comparison warnings.
15 Patch from vinschen at redhat via portable openssh, begrudging ok deraadt. 15 Patch from vinschen at redhat via portable openssh, begrudging ok deraadt.
16 - djm@cvs.openbsd.org 2014/01/19 04:48:08
17 [ssh_config.5]
18 fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal
16 19
1720140118 2020140118
18 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch 21 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch
diff --git a/ssh_config.5 b/ssh_config.5
index 7b2fdacbb..3cadcd767 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.183 2013/12/07 11:58:46 naddy Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.184 2014/01/19 04:48:08 djm Exp $
37.Dd $Mdocdate: December 7 2013 $ 37.Dd $Mdocdate: January 19 2014 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -229,11 +229,11 @@ search for the specified destination host.
229.It Cm CanonicalizeFallbackLocal 229.It Cm CanonicalizeFallbackLocal
230Specifies whether to fail with an error when hostname canonicalization fails. 230Specifies whether to fail with an error when hostname canonicalization fails.
231The default, 231The default,
232.Dq no , 232.Dq yes ,
233will attempt to look up the unqualified hostname using the system resolver's 233will attempt to look up the unqualified hostname using the system resolver's
234search rules. 234search rules.
235A value of 235A value of
236.Dq yes 236.Dq no
237will cause 237will cause
238.Xr ssh 1 238.Xr ssh 1
239to fail instantly if 239to fail instantly if