]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Clarify how literal IPv6 addresses can be used in -J mode
authorjob@openbsd.org <job@openbsd.org>
Thu, 14 Mar 2024 06:23:14 +0000 (06:23 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 26 Mar 2024 02:02:27 +0000 (13:02 +1100)
OK djm@

OpenBSD-Commit-ID: 524ddae97746b3563ad4a887dfd0a6e6ba114c50

ssh.1

diff --git a/ssh.1 b/ssh.1
index 936c995ba4489d1525eb5636f5558b199ee2455b..4f5fd07a6f32c6c703208f6d38d21cbe88da61e4 100644 (file)
--- a/ssh.1
+++ b/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.