upstream: ProxyJump takes "none" to disable processing like
ProxyCommand does ok djm@ jmc@ OpenBSD-Commit-ID: 941a2399da2193356bdc30b879d6e1692f18b6d3
This commit is contained in:
parent
16eacdb016
commit
ad74fc127c
|
@ -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.345 2021/01/26 15:40:17 naddy Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.346 2021/02/15 11:09:22 dlg Exp $
|
||||||
.Dd $Mdocdate: January 26 2021 $
|
.Dd $Mdocdate: February 15 2021 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -1370,6 +1370,9 @@ connection to the specified
|
||||||
.Cm ProxyJump
|
.Cm ProxyJump
|
||||||
host and then establishing a
|
host and then establishing a
|
||||||
TCP forwarding to the ultimate target from there.
|
TCP forwarding to the ultimate target from there.
|
||||||
|
Setting the host to
|
||||||
|
.Cm none
|
||||||
|
disables this option entirely.
|
||||||
.Pp
|
.Pp
|
||||||
Note that this option will compete with the
|
Note that this option will compete with the
|
||||||
.Cm ProxyCommand
|
.Cm ProxyCommand
|
||||||
|
|
Loading…
Reference in New Issue