Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/dist/src Update the manual page f...



details:   https://anonhg.NetBSD.org/src/rev/2a51fbc17cd5
branches:  trunk
changeset: 749646:2a51fbc17cd5
user:      agc <agc%NetBSD.org@localhost>
date:      Sat Dec 05 07:33:18 2009 +0000

description:
Update the manual page for the addition of ssh host keys.

diffstat:

 crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1         |  16 +++++++++++-
 crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1 |  16 +++++++++++-
 2 files changed, 28 insertions(+), 4 deletions(-)

diffs (102 lines):

diff -r 4aa705cd489f -r 2a51fbc17cd5 crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1
--- a/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1       Sat Dec 05 07:21:07 2009 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1       Sat Dec 05 07:33:18 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: netpgp.1,v 1.3 2009/06/11 01:12:42 agc Exp $
+.\" $NetBSD: netpgp.1,v 1.4 2009/12/05 07:33:18 agc Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 10, 2009
+.Dd December 4, 2009
 .Dt NETPGP 1
 .Os
 .Sh NAME
@@ -87,6 +87,8 @@
 .br
 .Op Fl Fl results Ns = Ns Ar filename
 .br
+.Op Fl Fl ssh-keys
+.br
 .Op Fl Fl userid Ns = Ns Ar userid
 .br
 .Op Fl Fl verbose
@@ -229,6 +231,15 @@
 specifies a filename to which the results of the operation
 should be sent.
 The default is to send the results to stderr.
+.It Fl Fl ssh-keys
+specifies that the public and private keys should be taken
+from the
+.Xr ssh 1
+host key files, usually found in
+.Pa /etc/ssh/ssh_host_rsa_key
+and
+.Pa /etc/ssh/ssh_host_rsa_key.pub
+for the private and public host keys.
 .It Fl Fl userid Ar userid
 This option specifies the user identity to be used for all operations.
 This identity can either be in the form of the full name, or as an
@@ -369,6 +380,7 @@
 or 2 if any other error occurs.
 .Sh SEE ALSO
 .Xr netpgpkeys 1 ,
+.Xr ssh 1 ,
 .Xr getpass 3 ,
 .\" .Xr libbz2 3 ,
 .Xr libnetpgp 3 ,
diff -r 4aa705cd489f -r 2a51fbc17cd5 crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1
--- a/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1       Sat Dec 05 07:21:07 2009 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1       Sat Dec 05 07:33:18 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: netpgpkeys.1,v 1.2 2009/06/10 14:38:14 wiz Exp $
+.\" $NetBSD: netpgpkeys.1,v 1.3 2009/12/05 07:35:30 agc Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 9, 2009
+.Dd December 4, 2009
 .Dt NETPGPKEYS 1
 .Os
 .Sh NAME
@@ -65,6 +65,8 @@
 .br
 .Op Fl Fl keyring Ns = Ns Ar keyring
 .br
+.Op Fl Fl ssh-keys
+.br
 .Op Fl Fl userid Ns = Ns Ar userid
 .br
 .Op Fl Fl verbose
@@ -220,6 +222,15 @@
 the process of the
 .Nm
 requests.
+.It Fl Fl ssh-keys
+specifies that the public and private keys should be taken
+from the
+.Xr ssh 1
+host key files, usually found in
+.Pa /etc/ssh/ssh_host_rsa_key
+and
+.Pa /etc/ssh/ssh_host_rsa_key.pub
+for the private and public host keys.
 .It Fl Fl coredumps
 in normal processing,
 if an error occurs, the contents of memory are saved to disk, and can
@@ -267,6 +278,7 @@
 or 2 if any other error occurs.
 .Sh SEE ALSO
 .Xr netpgp 1 ,
+.Xr ssh 1 ,
 .Xr getpass 3 ,
 .\" .Xr libbz2 3 ,
 .Xr libnetpgp 3 ,



Home | Main Index | Thread Index | Old Index