upstream: Note that ProxyJump also accepts the same tokens as
ProxyCommand. From pallxk via github PR#305. OpenBSD-Commit-ID: 7115ac351b129205f1f1ffa6bbfd62abd76be7c5
This commit is contained in:
parent
9d8c80f8a3
commit
533b31cd08
|
@ -33,8 +33,8 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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 $
|
.\" $OpenBSD: ssh_config.5,v 1.372 2022/05/27 04:13:24 dtucker Exp $
|
||||||
.Dd $Mdocdate: March 31 2022 $
|
.Dd $Mdocdate: May 27 2022 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -2123,7 +2123,9 @@ accepts the tokens %% and %h.
|
||||||
accepts all tokens.
|
accepts all tokens.
|
||||||
.Pp
|
.Pp
|
||||||
.Cm ProxyCommand
|
.Cm ProxyCommand
|
||||||
accepts the tokens %%, %h, %n, %p, and %r.
|
and
|
||||||
|
.Cm ProxyJump
|
||||||
|
accept the tokens %%, %h, %n, %p, and %r.
|
||||||
.Sh ENVIRONMENT VARIABLES
|
.Sh ENVIRONMENT VARIABLES
|
||||||
Arguments to some keywords can be expanded at runtime from environment
|
Arguments to some keywords can be expanded at runtime from environment
|
||||||
variables on the client by enclosing them in
|
variables on the client by enclosing them in
|
||||||
|
|
Loading…
Reference in New Issue