[openssh-commits] [openssh] 01/03: upstream: Note that ProxyJump also accepts the same tokens as
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri May 27 14:59:49 AEST 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 533b31cd08e4b97f455466f91c36915e2924c15a
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri May 27 04:13:24 2022 +0000
upstream: Note that ProxyJump also accepts the same tokens as
ProxyCommand. From pallxk via github PR#305.
OpenBSD-Commit-ID: 7115ac351b129205f1f1ffa6bbfd62abd76be7c5
---
ssh_config.5 | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/ssh_config.5 b/ssh_config.5
index 59ff9646..052cc5c1 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.371 2022/03/31 17:58:44 naddy Exp $
-.Dd $Mdocdate: March 31 2022 $
+.\" $OpenBSD: ssh_config.5,v 1.372 2022/05/27 04:13:24 dtucker Exp $
+.Dd $Mdocdate: May 27 2022 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -2123,7 +2123,9 @@ accepts the tokens %% and %h.
accepts all tokens.
.Pp
.Cm ProxyCommand
-accepts the tokens %%, %h, %n, %p, and %r.
+and
+.Cm ProxyJump
+accept the tokens %%, %h, %n, %p, and %r.
.Sh ENVIRONMENT VARIABLES
Arguments to some keywords can be expanded at runtime from environment
variables on the client by enclosing them in
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list