From a034baf1b958a029a608b231ae4ce95cc24f70e1 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 12 Jul 2008 17:12:49 +1000 Subject: [PATCH] - djm@cvs.openbsd.org 2008/07/12 05:33:41 [scp.1] better description for -i flag: s/RSA authentication/public key authentication/ --- ChangeLog | 6 +++++- scp.1 | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6244e39b5..a3b7eb02d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ [channels.c] unbreak; move clearing of cctx struct to before first use reported by dkrause@ + - djm@cvs.openbsd.org 2008/07/12 05:33:41 + [scp.1] + better description for -i flag: + s/RSA authentication/public key authentication/ 20080711 - (djm) OpenBSD CVS Sync @@ -4629,4 +4633,4 @@ OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ -$Id: ChangeLog,v 1.5074 2008/07/12 07:12:29 djm Exp $ +$Id: ChangeLog,v 1.5075 2008/07/12 07:12:49 djm Exp $ diff --git a/scp.1 b/scp.1 index ede88fd15..5033d84f2 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 .