summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2017-05-30 19:38:17 +0000
committerDamien Miller <djm@mindrot.org>2017-05-31 10:51:09 +1000
commita3bb250c93bfe556838c46ed965066afce61cffa (patch)
treee1d3795f1ecb3ac405af96526e2cf6a4068af566 /ssh_config.5
parent1112b534a6a7a07190e497e6bf86b0d5c5fb02dc (diff)
upstream commit
tweak previous; Upstream-ID: 66987651046c42d142f7318c9695fb81a6d14031
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.513
1 files changed, 9 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 2c9e20fec..4277f9eac 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,7 +33,7 @@
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.249 2017/05/30 18:58:37 bluhm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.250 2017/05/30 19:38:17 jmc Exp $
37.Dd $Mdocdate: May 30 2017 $ 37.Dd $Mdocdate: May 30 2017 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
@@ -1292,9 +1292,11 @@ Specifies a command to execute on the remote machine after successfully
1292connecting to the server. 1292connecting to the server.
1293The command string extends to the end of the line, and is executed with 1293The command string extends to the end of the line, and is executed with
1294the user's shell. 1294the user's shell.
1295The same escape character substitutions as for 1295Arguments to
1296.Cm LocalCommand 1296.Cm RemoteCommand
1297will be performed. 1297accept the tokens described in the
1298.Sx TOKENS
1299section.
1298.It Cm RemoteForward 1300.It Cm RemoteForward
1299Specifies that a TCP port on the remote machine be forwarded over 1301Specifies that a TCP port on the remote machine be forwarded over
1300the secure channel to the specified host and port from the local machine. 1302the secure channel to the specified host and port from the local machine.
@@ -1710,6 +1712,9 @@ accepts the tokens %%, %C, %d, %h, %l, %n, %p, %r, and %u.
1710.Pp 1712.Pp
1711.Cm ProxyCommand 1713.Cm ProxyCommand
1712accepts the tokens %%, %h, %p, and %r. 1714accepts the tokens %%, %h, %p, and %r.
1715.Pp
1716.Cm RemoteCommand
1717accepts the tokens %%, %C, %d, %h, %l, %n, %p, %r, and %u.
1713.Sh FILES 1718.Sh FILES
1714.Bl -tag -width Ds 1719.Bl -tag -width Ds
1715.It Pa ~/.ssh/config 1720.It Pa ~/.ssh/config