diff options
Diffstat (limited to 'scp.1')
-rw-r--r-- | scp.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -9,7 +9,7 @@ | |||
9 | .\" | 9 | .\" |
10 | .\" Created: Sun May 7 00:14:37 1995 ylo | 10 | .\" Created: Sun May 7 00:14:37 1995 ylo |
11 | .\" | 11 | .\" |
12 | .\" $OpenBSD: scp.1,v 1.18 2001/09/05 06:23:07 deraadt Exp $ | 12 | .\" $OpenBSD: scp.1,v 1.19 2001/09/17 17:57:56 stevesk Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd September 25, 1999 | 14 | .Dd September 25, 1999 |
15 | .Dt SCP 1 | 15 | .Dt SCP 1 |
@@ -20,6 +20,7 @@ | |||
20 | .Sh SYNOPSIS | 20 | .Sh SYNOPSIS |
21 | .Nm scp | 21 | .Nm scp |
22 | .Op Fl pqrvC46 | 22 | .Op Fl pqrvC46 |
23 | .Op Fl F Ar ssh_config | ||
23 | .Op Fl S Ar program | 24 | .Op Fl S Ar program |
24 | .Op Fl P Ar port | 25 | .Op Fl P Ar port |
25 | .Op Fl c Ar cipher | 26 | .Op Fl c Ar cipher |
@@ -92,6 +93,12 @@ Passes the | |||
92 | flag to | 93 | flag to |
93 | .Xr ssh 1 | 94 | .Xr ssh 1 |
94 | to enable compression. | 95 | to enable compression. |
96 | .It Fl F Ar ssh_config | ||
97 | Specifies an alternative | ||
98 | per-user configuration file for | ||
99 | .Nm ssh . | ||
100 | This option is directly passed to | ||
101 | .Xr ssh 1 . | ||
95 | .It Fl P Ar port | 102 | .It Fl P Ar port |
96 | Specifies the port to connect to on the remote host. | 103 | Specifies the port to connect to on the remote host. |
97 | Note that this option is written with a capital | 104 | Note that this option is written with a capital |