add man page for the ssh proxy command script. needs to be filled in.
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Fri, 13 Jun 2008 15:57:50 +0000 (11:57 -0400)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Fri, 13 Jun 2008 15:57:50 +0000 (11:57 -0400)
man/man1/monkeysphere-ssh-proxycommand.1 [new file with mode: 0644]
man/man1/monkeysphere.1

diff --git a/man/man1/monkeysphere-ssh-proxycommand.1 b/man/man1/monkeysphere-ssh-proxycommand.1
new file mode 100644 (file)
index 0000000..41a95aa
--- /dev/null
@@ -0,0 +1,25 @@
+.TH MONKEYSPHERE-SSH-PROXYCOMMAND "1" "June 2008" "monkeysphere 0.1" "User Commands"
+.SH NAME
+monkeysphere-ssh-proxycommand \- MonkeySphere ssh ProxyCommand script
+.PD
+.SH SYNOPSIS
+.B ssh -o ProxyCommand="monkeysphere-ssh-proxycommand %h %p" ...
+.PD
+.SH DESCRIPTION
+.PP
+MonkeySphere is a system to leverage the OpenPGP Web of Trust for ssh
+authentication and encryption.  OpenPGP keys are tracked via GnuPG,
+and added to the ssh authorized_keys and known_hosts files to be used
+for authentication and encryption of ssh connection.
+
+\fBmonkeysphere-ssh-proxy\fP is an ssh proxy command that can be used
+to trigger a monkeysphere update of the known_hosts file for the hosts
+that are being connected to.
+.PD
+.SH AUTHOR
+Written by Jameson Rollins <jrollins@fifthhorseman.net>
+.PD
+.SH SEE ALSO
+.BR monkeypshere (1),
+.BR ssh (1),
+.BR gpg (1)
index 410a5d7d4745d6e20f2f91086ce5a5ed66867e16..636adcb455ef6a92df9870ed5e5829f916ab1258 100644 (file)
@@ -1,8 +1,10 @@
 .TH MONKEYSPHERE "1" "June 2008" "monkeysphere 0.1" "User Commands"
 .SH NAME
 monkeysphere \- MonkeySphere client user interface
+.PD
 .SH SYNOPSIS
 .B monkeysphere \fIcommand\fP [\fIargs\fP]
+.PD
 .SH DESCRIPTION
 .PP
 MonkeySphere is a system to leverage the OpenPGP Web of Trust for ssh
@@ -102,6 +104,7 @@ Host keys cache directory.
 .PD
 .SH AUTHOR
 Written by Jameson Rollins <jrollins@fifthhorseman.net>
+.PD
 .SH SEE ALSO
 .BR ssh (1),
 .BR gpg (1),