summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2013-02-06 10:00:35 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2013-02-06 10:00:35 -0500
commit0cf70fabb87f291963a69b00faa815a9b600f6c5 (patch)
tree6d6038fafb7d6590fc4b67b571964dac15c5a8ab
parentcd03ac0a10a43efa3ebf4a8d48a759e26f2e0f0a (diff)
incorporate example combined ProxyCommand from sanoj_
-rw-r--r--man/man1/monkeysphere.14
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man1/monkeysphere.1 b/man/man1/monkeysphere.1
index 4de4076..8b338e6 100644
--- a/man/man1/monkeysphere.1
+++ b/man/man1/monkeysphere.1
@@ -94,7 +94,9 @@ by calling it with the "\-\-no\-connect" option, i.e.:
This will run everything except the final exec of netcat to make the
TCP connection to the host. In this way this command can be added to
another proxy command that does other stuff, and then makes the
-connection to the host itself.
+connection to the host itself. For example, in ~/.ssh/config:
+
+.B ProxyCommand sh -c 'monkeysphere ssh-proxycommand --no-connect "%h" "%p"; ssh -W "%h:%p" jumphost.example.net'
KEYSERVER CHECKING:
The proxy command has a fairly nuanced policy for when keyservers are