summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2021-02-15 11:09:23 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2021-02-15 11:09:23 +0000
commitcc5bfd032586e5e7455c2cb598c3527fd8055b39 (patch)
tree9d68b54584faa3947a44c5bd871cbaebf0192015 /usr.bin
parentadca8b3114e770830bd9c98407de2eeda959be57 (diff)
ProxyJump takes "none" to disable processing like ProxyCommand does
ok djm@ jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh_config.57
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5
index 6622c7230b6..29a199cbfe5 100644
--- a/usr.bin/ssh/ssh_config.5
+++ b/usr.bin/ssh/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
@@ -1371,6 +1371,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