summaryrefslogtreecommitdiff
path: root/man/man1/monkeysphere-ssh-proxycommand.1
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-17 14:33:19 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-17 14:33:19 -0400
commit79e9e7214bcbd4ecf4d555a1be413532b216c2e7 (patch)
treed3a07bacd8a5f2d8d22c5bace82bedd01e1bafc0 /man/man1/monkeysphere-ssh-proxycommand.1
parentb92675786ac883551528b3870c71c98066d60c0f (diff)
Update man pages and TODO.
Diffstat (limited to 'man/man1/monkeysphere-ssh-proxycommand.1')
-rw-r--r--man/man1/monkeysphere-ssh-proxycommand.113
1 files changed, 6 insertions, 7 deletions
diff --git a/man/man1/monkeysphere-ssh-proxycommand.1 b/man/man1/monkeysphere-ssh-proxycommand.1
index 8392ae8..5fabb91 100644
--- a/man/man1/monkeysphere-ssh-proxycommand.1
+++ b/man/man1/monkeysphere-ssh-proxycommand.1
@@ -19,13 +19,12 @@ 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
-
-.B monkeysphere update-known-hosts HOST
-
-and then
-
-.B exec nc HOST PORT
+ProxyCommand scripts. It first tests to see if the host is in the
+known_hosts file. If it's not, the CHECK_KEYSERVER variable is set to
+true and "update-known_hosts" is run for the host to check for a host
+key for that host. If the host is found in the known_hosts file,
+CHECK_KEYSERVER is set to false and "update-known_hosts" is run to
+update from the local keychain.
Run the following command for more info: