diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2021-08-06 05:04:43 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2021-08-06 05:04:43 +0000 |
commit | a739bfde5a6e9a74c17b9b9a571ca42f3b5a4745 (patch) | |
tree | ae271453a6306c678c38f3e193bb957c42957af9 /usr.bin/ssh | |
parent | 7b2c898b2ecf3e6317d141006f92fec27710dc8b (diff) |
Document "ProxyJump none". bz#3334.
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index ab3790d3fa8..42525366fbd 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.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. |