diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 03:49:23 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 03:49:23 -0500 |
commit | 46f3e179ad569e247b85d86933ef1782fd1379f6 (patch) | |
tree | 9552ce40a45439ca9aca208915159e37d199ede8 /src/share | |
parent | 321ff6d4c721f2f699c57874335ce792c456a19a (diff) |
fix CHECK_KEYSERVER variable in monkeysphere, so the default is correct for proxycommand, and fix an errant bad line in proxycommand.
Diffstat (limited to 'src/share')
-rw-r--r-- | src/share/m/ssh_proxycommand | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/share/m/ssh_proxycommand b/src/share/m/ssh_proxycommand index 29040d8..d7e801e 100644 --- a/src/share/m/ssh_proxycommand +++ b/src/share/m/ssh_proxycommand @@ -200,7 +200,6 @@ fi CHECK_KEYSERVER=${MONKEYSPHERE_CHECK_KEYSERVER:=$CHECK_KEYSERVER} # update the known_hosts file for the host -source "${MSHAREDIR}/update_known_hosts" update_known_hosts "$HOSTP" # output on depending on the return of the update-known_hosts |