summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-11-23 06:58:28 +0000
committerjmc <jmc@openbsd.org>2018-11-23 06:58:28 +0000
commite9f695efae645fda7086982597d18d7afed04b5a (patch)
treedb78a6b28594fab6d9cd7d72ddfc9454a8c8e4a1
parentadd a ssh_config "Match final" predicate (diff)
downloadwireguard-openbsd-e9f695efae645fda7086982597d18d7afed04b5a.tar.xz
wireguard-openbsd-e9f695efae645fda7086982597d18d7afed04b5a.zip
tweak previous;
-rw-r--r--usr.bin/ssh/ssh_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5
index dc5d9c69454..f0ca8f638dd 100644
--- a/usr.bin/ssh/ssh_config.5
+++ b/usr.bin/ssh/ssh_config.5
@@ -33,7 +33,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.287 2018/11/23 05:08:07 djm Exp $
+.\" $OpenBSD: ssh_config.5,v 1.288 2018/11/23 06:58:28 jmc Exp $
.Dd $Mdocdate: November 23 2018 $
.Dt SSH_CONFIG 5
.Os
@@ -154,8 +154,8 @@ or
.Cm final .
Other criteria may be combined arbitrarily.
All criteria but
-.Cm all
-.Cm canonical
+.Cm all ,
+.Cm canonical ,
and
.Cm final
require an argument.
@@ -167,7 +167,7 @@ The
keyword matches only when the configuration file is being re-parsed
after hostname canonicalization (see the
.Cm CanonicalizeHostname
-option.)
+option).
This may be useful to specify conditions that work with canonical host
names only.
.Pp