diff options
-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. |