summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.516
1 files changed, 13 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index c04701044..4d3fc3425 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.260 2017/10/21 23:06:24 millert Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.261 2017/10/23 05:08:00 djm Exp $
37.Dd $Mdocdate: October 21 2017 $ 37.Dd $Mdocdate: October 23 2017 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1713,6 +1713,16 @@ The original remote hostname, as given on the command line.
1713The remote port. 1713The remote port.
1714.It %r 1714.It %r
1715The remote username. 1715The remote username.
1716.It \&%T
1717The local
1718.Xr tun 4
1719or
1720.Xr tap 4
1721network interface assigned if
1722.Cm Tunnel
1723forwarding was requested, or
1724.Cm NONE
1725otherwise.
1716.It %u 1726.It %u
1717The local username. 1727The local username.
1718.El 1728.El
@@ -1735,7 +1745,7 @@ and
1735accept the tokens %%, %d, %h, %l, %r, and %u. 1745accept the tokens %%, %d, %h, %l, %r, and %u.
1736.Pp 1746.Pp
1737.Cm LocalCommand 1747.Cm LocalCommand
1738accepts the tokens %%, %C, %d, %h, %l, %n, %p, %r, and %u. 1748accepts the tokens %%, %C, %d, %h, %l, %n, %p, %r, %T, and %u.
1739.Pp 1749.Pp
1740.Cm ProxyCommand 1750.Cm ProxyCommand
1741accepts the tokens %%, %h, %p, and %r. 1751accepts the tokens %%, %h, %p, and %r.