diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-30 17:59:28 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-30 17:59:28 -0500 |
commit | 53b6ca110b9a6f17a7c7bc22e4f10d55bb6c2fb1 (patch) | |
tree | 6fab97d4672048df007ab52d4be6449485fc74c7 /src | |
parent | 2d2aa12d0161e4eb84ad8f7b4dd485337e683bb6 (diff) |
added yet another FIXME to m-s d
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere-server | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server index 388e50b..a73b253 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -716,6 +716,10 @@ diagnostics() { echo " - Recommendation: remove the above HostKey lines from $sshd_config" problemsfound=$(($problemsfound+1)) fi + + # FIXME: test (with ssh-keyscan?) that the running ssh + # daemon is actually offering the monkeysphere host key. + fi fi |