summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMatt Goins <mjgoins@openflows.com>2009-01-31 23:34:20 -0500
committerMatt Goins <mjgoins@openflows.com>2009-01-31 23:34:20 -0500
commitb5cdb9cff70a5ab6982e79c7acd0c9bc0a010c49 (patch)
tree6f74f8c0dcd30775d661d23f62113f14af8031fb /man
parentc9f3967acec191bd2ec17bfe60359809bf214d0e (diff)
parent2e534772b9b105ceabfe140d1552770b5c9d76ea (diff)
Merge commit 'jrollins/master'
Diffstat (limited to 'man')
-rw-r--r--man/man1/pem2openpgp.127
1 files changed, 27 insertions, 0 deletions
diff --git a/man/man1/pem2openpgp.1 b/man/man1/pem2openpgp.1
new file mode 100644
index 0000000..8ac230b
--- /dev/null
+++ b/man/man1/pem2openpgp.1
@@ -0,0 +1,27 @@
+.\" -*- nroff -*-
+.Dd $Mdocdate: January 25, 2009 $
+.Dt PEM2OPENPGP 1
+.Os
+.Sh NAME
+pem2openpgp
+.Nd translate PEM encoded keys to OpenPGP keys
+.Sh SYNOPSIS
+.Nm pem2openpgp $USERID < mykey.pem
+.Pp
+.Nm ??? gpg --export $KEYID | openpgp2ssh $KEYID
+.Pp
+.Nm ????gpg --export-secret-key $KEYID | openpgp2ssh $KEYID
+.Sh DESCRIPTION
+.Nm
+WRITE ME!!!
+.Sh AUTHOR
+.Nm
+and this man page were written by Daniel Kahn Gillmor
+<dkg@fifthhorseman.net>.
+.Sh BUGS
+.Sh SEE ALSO
+.Xr openpgp2ssh 1,
+.Xr monkeysphere 1 ,
+.Xr monkeysphere 7 ,
+.Xr ssh 1 ,
+.Xr monkeysphere-server 8