X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=man%2Fman1%2Fmonkeysphere-ssh-proxycommand.1;h=c4196f2b4afbd392272e8dffa40856ec6ebcb9a9;hb=43097e923b8051ecd0912e367c1cd78149a97dbe;hp=8392ae8317e8631b550b79080857de630a80c9aa;hpb=28c7489bb830c8ef9bb7c6e40e3fc4d47a702614;p=monkeysphere.git diff --git a/man/man1/monkeysphere-ssh-proxycommand.1 b/man/man1/monkeysphere-ssh-proxycommand.1 index 8392ae8..c4196f2 100644 --- a/man/man1/monkeysphere-ssh-proxycommand.1 +++ b/man/man1/monkeysphere-ssh-proxycommand.1 @@ -18,18 +18,29 @@ or by adding the following line to your ~/.ssh/config script: .B ProxyCommand monkeysphere-ssh-proxycommand %h %p -The script is very simple, and can easily be incorporated into other -ProxyCommand scripts. All it does is first runs +The script can easily be incorporated into other ProxyCommand scripts +by calling it with the "--no-connect" option, ie: -.B monkeysphere update-known-hosts HOST +.B monkeysphere-ssh-proxycommand --no-connect "$HOST" "$PORT" -and then +This will run everything but will not exec netcat to make the tcp +connection to the host. -.B exec nc HOST PORT +.SH KEYSERVER CHECKING -Run the following command for more info: +The proxy command has a fairly nuanced policy for when keyservers are +queried when processing host. If the host userID is not found in +either the user's keyring or in the known_hosts file, then the +keyserver is queried for the host userID. If the host userID is found +in the user's keyring, then the keyserver is not checked. This is +because... If the host userID is not found in the user's keyring, but +the host is listed in the known_hosts file, then defered check is +scheduled. -.B less $(which monkeysphere-ssh-proxycommand) +.SH ENVIRONMENT VARIABLES + +.TP +KEYSERVER The keyserver to query. .SH AUTHOR