diff options
author | djm@openbsd.org <djm@openbsd.org> | 2019-09-13 04:27:35 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-09-13 14:28:44 +1000 |
commit | fbe24b142915331ceb2a3a76be3dc5b6d204fddf (patch) | |
tree | 6adb5c456a64cdd74ca004a6ec8633cc53f4eac9 /ssh_config.5 | |
parent | 2ce1d11600e13bee0667d6b717ffcc18a057b821 (diff) |
upstream: allow %n to be expanded in ProxyCommand strings
From Zachary Harmany via github.com/openssh/openssh-portable/pull/118
ok dtucker@
OpenBSD-Commit-ID: 7eebf1b7695f50c66d42053d352a4db9e8fb84b6
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index b10c55492..867c916a7 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.302 2019/09/13 04:07:42 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.303 2019/09/13 04:27:35 djm Exp $ |
37 | .Dd $Mdocdate: September 13 2019 $ | 37 | .Dd $Mdocdate: September 13 2019 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
@@ -1821,7 +1821,7 @@ accept the tokens %%, %d, %h, %i, %l, %r, and %u. | |||
1821 | accepts the tokens %%, %C, %d, %h, %i, %l, %n, %p, %r, %T, and %u. | 1821 | accepts the tokens %%, %C, %d, %h, %i, %l, %n, %p, %r, %T, and %u. |
1822 | .Pp | 1822 | .Pp |
1823 | .Cm ProxyCommand | 1823 | .Cm ProxyCommand |
1824 | accepts the tokens %%, %h, %p, and %r. | 1824 | accepts the tokens %%, %h, %n, %p, and %r. |
1825 | .Pp | 1825 | .Pp |
1826 | .Cm RemoteCommand | 1826 | .Cm RemoteCommand |
1827 | accepts the tokens %%, %C, %d, %h, %i, %l, %n, %p, %r, and %u. | 1827 | accepts the tokens %%, %C, %d, %h, %i, %l, %n, %p, %r, and %u. |