diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-17 14:52:31 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-17 14:52:31 -0400 |
commit | 9c94e937fbe8beb56956365cac07d6eff45215cd (patch) | |
tree | 11d9060e75580752bd79adb353e0d706c513a830 /man/man1/monkeysphere-ssh-proxycommand.1 | |
parent | 92c70306aa5f96c8dfa69f2c90dca58908e719f7 (diff) | |
parent | ac63e6d6a916e4b51a183e60d7aeae3c2568f3af (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'man/man1/monkeysphere-ssh-proxycommand.1')
-rw-r--r-- | man/man1/monkeysphere-ssh-proxycommand.1 | 13 |
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: |