More work on the man pages.
[monkeysphere.git] / man / man1 / monkeysphere-ssh-proxycommand.1
1 .TH MONKEYSPHERE-SSH-PROXYCOMMAND "1" "June 2008" "monkeysphere 0.1" "User Commands"
2
3 .SH NAME
4
5 monkeysphere-ssh-proxycommand \- MonkeySphere ssh ProxyCommand script
6
7 .SH DESCRIPTION
8
9 \fBmonkeysphere-ssh-proxy\fP is an ssh proxy command that can be used
10 to trigger a monkeysphere update of the known_hosts file for the hosts
11 that are being connected to.  It is meant to be run as an ssh
12 ProxyCommand.  This can either be done by specifying the proxy command
13 on the command line:
14
15 .B ssh -o ProxyCommand="monkeysphere-ssh-proxycommand %h %p" ...
16
17 or by adding the following line to your ~/.ssh/config script:
18
19 .B ProxyCommand monkeysphere-ssh-proxycommand %h %p
20
21 The script is very simple, and can easily be incorporated into other
22 ProxyCommand scripts.  All it does is first runs
23
24 .B monkeysphere update-known-hosts HOST
25
26 and then
27
28 .B exec nc HOST PORT
29
30 Run the following command for more info:
31
32 .B less $(which monkeysphere-ssh-proxycommand)
33
34 .SH AUTHOR
35
36 Written by Jameson Rollins <jrollins@fifthhorseman.net>
37
38 .SH SEE ALSO
39
40 .BR monkeypshere (1),
41 .BR ssh (1),
42 .BR gpg (1)