summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2021-08-06 05:04:42 +0000
committerDarren Tucker <dtucker@dtucker.net>2021-08-06 16:54:34 +1000
commit35c8e41a6f6d8ad76f8d1cd81ac2ea23d0d993b2 (patch)
treec2e8348c9ea911342b6356c35135a6c0ba842573 /ssh_config.5
parent911ec6411821bda535d09778df7503b92f0eafab (diff)
downloadopenssh-git-35c8e41a6f6d8ad76f8d1cd81ac2ea23d0d993b2.tar.gz
upstream: Document "ProxyJump none". bz#3334.
OpenBSD-Commit-ID: f78cc6f55731f2cd35c3a41d5352ac1ee419eba7
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.59
1 files changed, 7 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 84bec59b..199fd608 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.360 2021/07/30 14:25:01 jmc Exp $
-.Dd $Mdocdate: July 30 2021 $
+.\" $OpenBSD: ssh_config.5,v 1.361 2021/08/06 05:04:42 dtucker Exp $
+.Dd $Mdocdate: August 6 2021 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -341,6 +341,11 @@ again using the new target name to pick up any new configuration in matching
and
.Cm Match
stanzas.
+A value of
+.Cm none
+disables the use of a
+.Cm ProxyJump
+host.
.It Cm CanonicalizeMaxDots
Specifies the maximum number of dot characters in a hostname before
canonicalization is disabled.