summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2008-07-12 05:33:41 +0000
committerdjm <djm@openbsd.org>2008-07-12 05:33:41 +0000
commit9af06ef450ccdec264daeae97e933b6743096b00 (patch)
treee393e3c9318980e38298ab2da3f587ca5a9b69ab
parentAdd support for the Marvell 88E8016 PHY. (diff)
downloadwireguard-openbsd-9af06ef450ccdec264daeae97e933b6743096b00.tar.xz
wireguard-openbsd-9af06ef450ccdec264daeae97e933b6743096b00.zip
better description for -i flag:
s/RSA authentication/public key authentication/
-rw-r--r--usr.bin/ssh/scp.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1
index ede88fd15ee..5033d84f222 100644
--- a/usr.bin/ssh/scp.1
+++ b/usr.bin/ssh/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 .