summaryrefslogtreecommitdiff
path: root/website/bugs/monkeysphere-ignores-HashKnownHosts-directive.mdwn
diff options
context:
space:
mode:
authorJamie McClelland <jm@mayfirst.org>2008-08-05 09:45:02 -0400
committerJamie McClelland <jm@mayfirst.org>2008-08-05 09:45:02 -0400
commit2c64cd42335d7c0eeb904d9b9bdb09d7fa8456c5 (patch)
tree34b4f48e920bbae3c7ac7b6fc439b67d7188db47 /website/bugs/monkeysphere-ignores-HashKnownHosts-directive.mdwn
parent38d9be677ee1928e92b6c914a5467fe9bf8bcd4e (diff)
parent515d8eb967427b04506041dfaea60ea155e79f47 (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'website/bugs/monkeysphere-ignores-HashKnownHosts-directive.mdwn')
-rw-r--r--website/bugs/monkeysphere-ignores-HashKnownHosts-directive.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/website/bugs/monkeysphere-ignores-HashKnownHosts-directive.mdwn b/website/bugs/monkeysphere-ignores-HashKnownHosts-directive.mdwn
new file mode 100644
index 0000000..6b5b53d
--- /dev/null
+++ b/website/bugs/monkeysphere-ignores-HashKnownHosts-directive.mdwn
@@ -0,0 +1,10 @@
+In `~/.ssh/config`, i have:
+
+ HashKnownHosts No
+
+But when `monkeysphere-ssh-proxycommand` adds new hosts to
+`~/.ssh/known_hosts`, they appear to be added in a hashed form,
+instead of in the clear.
+
+fwiw: i'm using OpenSSH 5.1p1 on a debian lenny system (backported
+from sid)