Consider the following snippet in ~/.ssh/config:

 Host foo
 HostKeyAlias bar

for a host which is not participating in the monkeysphere.

For such a host, when using monkeysphere-ssh-proxy-command, the public keyservers will be queried on each attempted ssh connection (even after a successful connection).

This appears to be because:

excessive keyserver querying is bad behavior, because it causes delays for the users, and puts excessive load on the public keyserver infrastructure.

How can we resolve this?