diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2021-08-06 07:04:42 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-08-06 08:54:34 +0200 |
commit | 35c8e41a6f6d8ad76f8d1cd81ac2ea23d0d993b2 (patch) | |
tree | c2e8348c9ea911342b6356c35135a6c0ba842573 /ssh_config.5 | |
parent | upstream: Allow for different (but POSIX compliant) behaviour of (diff) | |
download | openssh-35c8e41a6f6d8ad76f8d1cd81ac2ea23d0d993b2.tar.xz openssh-35c8e41a6f6d8ad76f8d1cd81ac2ea23d0d993b2.zip |
upstream: Document "ProxyJump none". bz#3334.
OpenBSD-Commit-ID: f78cc6f55731f2cd35c3a41d5352ac1ee419eba7
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 84bec59bd..199fd6088 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. |