diff options
author | Damien Miller <djm@mindrot.org> | 2008-07-12 17:12:49 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-07-12 17:12:49 +1000 |
commit | a034baf1b958a029a608b231ae4ce95cc24f70e1 (patch) | |
tree | fa0345610ca6d70a8d71d76e6ea56d4a5e0a6bf7 /scp.1 | |
parent | 2bcb866327ed909916c77bcb36fd4770b09fe534 (diff) |
- djm@cvs.openbsd.org 2008/07/12 05:33:41
[scp.1]
better description for -i flag:
s/RSA authentication/public key authentication/
Diffstat (limited to 'scp.1')
-rw-r--r-- | scp.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +9,9 @@ | |||
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.45 2008/06/14 19:42:10 dtucker Exp $ | 12 | .\" $OpenBSD: scp.1,v 1.46 2008/07/12 05:33:41 djm Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd $Mdocdate: June 14 2008 $ | 14 | .Dd $Mdocdate: July 12 2008 $ |
15 | .Dt SCP 1 | 15 | .Dt SCP 1 |
16 | .Os | 16 | .Os |
17 | .Sh NAME | 17 | .Sh NAME |
@@ -104,7 +104,7 @@ per-user configuration file for | |||
104 | This option is directly passed to | 104 | This option is directly passed to |
105 | .Xr ssh 1 . | 105 | .Xr ssh 1 . |
106 | .It Fl i Ar identity_file | 106 | .It Fl i Ar identity_file |
107 | Selects the file from which the identity (private key) for RSA | 107 | Selects the file from which the identity (private key) for public key |
108 | authentication is read. | 108 | authentication is read. |
109 | This option is directly passed to | 109 | This option is directly passed to |
110 | .Xr ssh 1 . | 110 | .Xr ssh 1 . |