From 5c86ebdf83b636b6741db4b03569ef4a53b89a58 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 23 Oct 2013 16:29:12 +1100 Subject: - djm@cvs.openbsd.org 2013/10/20 04:39:28 [ssh_config.5] document % expansions performed by "Match command ..." --- ChangeLog | 6 ++++++ ssh_config.5 | 24 +++++++++++++++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a9f564ee3..eac2a97ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +20131023 + - (djm) OpenBSD CVS Sync + - djm@cvs.openbsd.org 2013/10/20 04:39:28 + [ssh_config.5] + document % expansions performed by "Match command ..." + 20131018 - (djm) OpenBSD CVS Sync - djm@cvs.openbsd.org 2013/10/09 23:44:14 diff --git a/ssh_config.5 b/ssh_config.5 index c99678f6f..3e9524dcc 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -33,8 +33,8 @@ .\" (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.174 2013/10/16 22:58:01 djm Exp $ -.Dd $Mdocdate: October 16 2013 $ +.\" $OpenBSD: ssh_config.5,v 1.175 2013/10/20 04:39:28 djm Exp $ +.Dd $Mdocdate: October 20 2013 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -148,6 +148,24 @@ The criteria for the keyword is a path to a command that is executed. If the command returns a zero exit status then the condition is considered true. Commands containing whitespace characters must be quoted. +The following character sequences in the command will be expanded prior to +execution: +.Ql %L +will be substituted by the first component of the local host name, +.Ql %l +will be substituted by the local host name (including any domain name), +.Ql %h +will be substituted by the target host name, +.Ql %n +will be substituted by the original target host name +specified on the command line, +.Ql %p +the destination port, +.Ql %r +by the remote login username, and +.Ql %u +by the username of the user running +.Xr ssh 1 . .Pp The other keywords' criteria must be single entries or comma-separated lists and may use the wildcard and negation operators described in the @@ -444,7 +462,7 @@ will be substituted by the target host name, will be substituted by the original target host name specified on the command line, .Ql %p -the port, +the destination port, .Ql %r by the remote login username, and .Ql %u -- cgit v1.2.3