summaryrefslogtreecommitdiff
path: root/website/bugs/monkeysphere-ignores-HashKnownHosts-directive.mdwn
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-03 21:14:36 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-03 21:14:36 -0400
commit0d1b53f4f26133fa27f50c418b6b3e7dbe6e8a79 (patch)
tree1cda3ae859b884a19438dcc57d0daf3b4f018e2a /website/bugs/monkeysphere-ignores-HashKnownHosts-directive.mdwn
parent3bcce75f26d00044380904f462d37d7b851cf3b7 (diff)
tidying up bug report about hashed known hosts
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)