From 1239c702d3f2856ddf1a437a7c6a88091f09a1ae Mon Sep 17 00:00:00 2001 From: job Date: Thu, 14 Mar 2024 06:23:14 +0000 Subject: [PATCH] Clarify how literal IPv6 addresses can be used in -J mode OK djm@ --- usr.bin/ssh/ssh.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 936c995ba44..4f5fd07a6f3 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -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.1,v 1.438 2023/10/11 23:14:33 djm Exp $ -.Dd $Mdocdate: October 11 2023 $ +.\" $OpenBSD: ssh.1,v 1.439 2024/03/14 06:23:14 job Exp $ +.Dd $Mdocdate: March 14 2024 $ .Dt SSH 1 .Os .Sh NAME @@ -331,6 +331,7 @@ connection to the jump host described by and then establishing a TCP forwarding to the ultimate destination from there. Multiple jump hops may be specified separated by comma characters. +IPv6 addresses can be specified by enclosing the address in square brackets. This is a shortcut to specify a .Cm ProxyJump configuration directive. -- 2.20.1