=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/scp.1,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- src/usr.bin/ssh/scp.1 2018/09/20 06:58:48 1.81 +++ src/usr.bin/ssh/scp.1 2019/01/21 22:50:42 1.82 @@ -8,9 +8,9 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.81 2018/09/20 06:58:48 jmc Exp $ +.\" $OpenBSD: scp.1,v 1.82 2019/01/21 22:50:42 tb Exp $ .\" -.Dd $Mdocdate: September 20 2018 $ +.Dd $Mdocdate: January 21 2019 $ .Dt SCP 1 .Os .Sh NAME @@ -104,6 +104,19 @@ .It Fl i Ar identity_file Selects the file from which the identity (private key) for public key authentication is read. +This option is directly passed to +.Xr ssh 1 . +.It Fl J Ar destination +Connect to the target host by first making a +.Nm +connection to the jump host described by +.Ar destination +and then establishing a TCP forwarding to the ultimate destination from +there. +Multiple jump hops may be specified separated by comma characters. +This is a shortcut to specify a +.Cm ProxyJump +configuration directive. This option is directly passed to .Xr ssh 1 . .It Fl l Ar limit