Package: monkeysphere
Version: 0.30-1

monkeysphere defaults to passing -H to ssh-keygen, regardless of how I have
ssh configured.  Rather than having to turn this off in two different places,
it would be nice to share the setting.

I have no idea how many people are actually using HashKnownHosts selectively,
but something like this would work for me:

awk '/HashKnownHosts/ {H=$2} END {if (H == "no") H="false"; if (H == "yes") 
H="true"; print H}' /etc/ssh/ssh_config ~/.ssh/config

Defaulting to false unconditionally would also work for me.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to