From 0cf70fabb87f291963a69b00faa815a9b600f6c5 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 6 Feb 2013 10:00:35 -0500 Subject: incorporate example combined ProxyCommand from sanoj_ --- man/man1/monkeysphere.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3