diff options
Diffstat (limited to 'scp.1')
-rw-r--r-- | scp.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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.83 2019/01/21 23:55:12 tb Exp $ | 11 | .\" $OpenBSD: scp.1,v 1.84 2019/01/22 06:58:31 jmc Exp $ |
12 | .\" | 12 | .\" |
13 | .Dd $Mdocdate: January 21 2019 $ | 13 | .Dd $Mdocdate: January 22 2019 $ |
14 | .Dt SCP 1 | 14 | .Dt SCP 1 |
15 | .Os | 15 | .Os |
16 | .Sh NAME | 16 | .Sh NAME |
@@ -21,8 +21,8 @@ | |||
21 | .Op Fl 346BCpqrv | 21 | .Op Fl 346BCpqrv |
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 J Ar destination | ||
25 | .Op Fl i Ar identity_file | 24 | .Op Fl i Ar identity_file |
25 | .Op Fl J Ar destination | ||
26 | .Op Fl l Ar limit | 26 | .Op Fl l Ar limit |
27 | .Op Fl o Ar ssh_option | 27 | .Op Fl o Ar ssh_option |
28 | .Op Fl P Ar port | 28 | .Op Fl P Ar port |
@@ -108,7 +108,7 @@ authentication is read. | |||
108 | This option is directly passed to | 108 | This option is directly passed to |
109 | .Xr ssh 1 . | 109 | .Xr ssh 1 . |
110 | .It Fl J Ar destination | 110 | .It Fl J Ar destination |
111 | Connect to the target host by first making a | 111 | Connect to the target host by first making an |
112 | .Nm | 112 | .Nm |
113 | connection to the jump host described by | 113 | connection to the jump host described by |
114 | .Ar destination | 114 | .Ar destination |