summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authordlg@openbsd.org <dlg@openbsd.org>2021-02-15 11:09:22 +0000
committerDarren Tucker <dtucker@dtucker.net>2021-02-17 15:03:41 +1100
commitad74fc127cc45567e170e8c6dfa2cfd9767324ec (patch)
tree67adc2c72a4115b1adf49cf5964856bd0e00078a /ssh_config.5
parent16eacdb016ccf38dd9959c78edd3a6282513aa53 (diff)
downloadopenssh-git-ad74fc127cc45567e170e8c6dfa2cfd9767324ec.tar.gz
upstream: ProxyJump takes "none" to disable processing like
ProxyCommand does ok djm@ jmc@ OpenBSD-Commit-ID: 941a2399da2193356bdc30b879d6e1692f18b6d3
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.57
1 files changed, 5 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 1a36427d..fb3a3a41 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.345 2021/01/26 15:40:17 naddy Exp $
-.Dd $Mdocdate: January 26 2021 $
+.\" $OpenBSD: ssh_config.5,v 1.346 2021/02/15 11:09:22 dlg Exp $
+.Dd $Mdocdate: February 15 2021 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -1370,6 +1370,9 @@ connection to the specified
.Cm ProxyJump
host and then establishing a
TCP forwarding to the ultimate target from there.
+Setting the host to
+.Cm none
+disables this option entirely.
.Pp
Note that this option will compete with the
.Cm ProxyCommand