summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-07-12 17:12:49 +1000
committerDamien Miller <djm@mindrot.org>2008-07-12 17:12:49 +1000
commita034baf1b958a029a608b231ae4ce95cc24f70e1 (patch)
treefa0345610ca6d70a8d71d76e6ea56d4a5e0a6bf7 /scp.1
parent2bcb866327ed909916c77bcb36fd4770b09fe534 (diff)
downloadopenssh-git-a034baf1b958a029a608b231ae4ce95cc24f70e1.tar.gz
- 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.16
1 files changed, 3 insertions, 3 deletions
diff --git a/scp.1 b/scp.1
index ede88fd1..5033d84f 100644
--- a/scp.1
+++ b/scp.1
@@ -9,9 +9,9 @@
.\"
.\" Created: Sun May 7 00:14:37 1995 ylo
.\"
-.\" $OpenBSD: scp.1,v 1.45 2008/06/14 19:42:10 dtucker Exp $
+.\" $OpenBSD: scp.1,v 1.46 2008/07/12 05:33:41 djm Exp $
.\"
-.Dd $Mdocdate: June 14 2008 $
+.Dd $Mdocdate: July 12 2008 $
.Dt SCP 1
.Os
.Sh NAME
@@ -104,7 +104,7 @@ per-user configuration file for
This option is directly passed to
.Xr ssh 1 .
.It Fl i Ar identity_file
-Selects the file from which the identity (private key) for RSA
+Selects the file from which the identity (private key) for public key
authentication is read.
This option is directly passed to
.Xr ssh 1 .