summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
Diffstat (limited to 'scp.1')
-rw-r--r--scp.118
1 files changed, 16 insertions, 2 deletions
diff --git a/scp.1 b/scp.1
index 397e77091..a2833dab0 100644
--- a/scp.1
+++ b/scp.1
@@ -8,9 +8,9 @@
8.\" 8.\"
9.\" Created: Sun May 7 00:14:37 1995 ylo 9.\" Created: Sun May 7 00:14:37 1995 ylo
10.\" 10.\"
11.\" $OpenBSD: scp.1,v 1.81 2018/09/20 06:58:48 jmc Exp $ 11.\" $OpenBSD: scp.1,v 1.85 2019/01/26 22:41:28 djm Exp $
12.\" 12.\"
13.Dd $Mdocdate: September 20 2018 $ 13.Dd $Mdocdate: January 26 2019 $
14.Dt SCP 1 14.Dt SCP 1
15.Os 15.Os
16.Sh NAME 16.Sh NAME
@@ -22,6 +22,7 @@
22.Op Fl c Ar cipher 22.Op Fl c Ar cipher
23.Op Fl F Ar ssh_config 23.Op Fl F Ar ssh_config
24.Op Fl i Ar identity_file 24.Op Fl i Ar identity_file
25.Op Fl J Ar destination
25.Op Fl l Ar limit 26.Op Fl l Ar limit
26.Op Fl o Ar ssh_option 27.Op Fl o Ar ssh_option
27.Op Fl P Ar port 28.Op Fl P Ar port
@@ -106,6 +107,19 @@ Selects the file from which the identity (private key) for public key
106authentication is read. 107authentication is read.
107This option is directly passed to 108This option is directly passed to
108.Xr ssh 1 . 109.Xr ssh 1 .
110.It Fl J Ar destination
111Connect to the target host by first making an
112.Nm
113connection to the jump host described by
114.Ar destination
115and then establishing a TCP forwarding to the ultimate destination from
116there.
117Multiple jump hops may be specified separated by comma characters.
118This is a shortcut to specify a
119.Cm ProxyJump
120configuration directive.
121This option is directly passed to
122.Xr ssh 1 .
109.It Fl l Ar limit 123.It Fl l Ar limit
110Limits the used bandwidth, specified in Kbit/s. 124Limits the used bandwidth, specified in Kbit/s.
111.It Fl o Ar ssh_option 125.It Fl o Ar ssh_option