add man page for the ssh proxy command script. needs to be filled in.
[monkeysphere.git] / man / man1 / monkeysphere-ssh-proxycommand.1
1 .TH MONKEYSPHERE-SSH-PROXYCOMMAND "1" "June 2008" "monkeysphere 0.1" "User Commands"
2 .SH NAME
3 monkeysphere-ssh-proxycommand \- MonkeySphere ssh ProxyCommand script
4 .PD
5 .SH SYNOPSIS
6 .B ssh -o ProxyCommand="monkeysphere-ssh-proxycommand %h %p" ...
7 .PD
8 .SH DESCRIPTION
9 .PP
10 MonkeySphere is a system to leverage the OpenPGP Web of Trust for ssh
11 authentication and encryption.  OpenPGP keys are tracked via GnuPG,
12 and added to the ssh authorized_keys and known_hosts files to be used
13 for authentication and encryption of ssh connection.
14
15 \fBmonkeysphere-ssh-proxy\fP is an ssh proxy command that can be used
16 to trigger a monkeysphere update of the known_hosts file for the hosts
17 that are being connected to.
18 .PD
19 .SH AUTHOR
20 Written by Jameson Rollins <jrollins@fifthhorseman.net>
21 .PD
22 .SH SEE ALSO
23 .BR monkeypshere (1),
24 .BR ssh (1),
25 .BR gpg (1)