diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-03 21:05:56 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-03 21:05:56 -0400 |
commit | 2f307758d083304bfddd8a8260dbf5b957a00d39 (patch) | |
tree | f23063c24bf5ea3561426665b7d36e77e3034d97 /website | |
parent | 405fb7c3c93c4cef1f08a3edc9ea0d31c7a6df57 (diff) |
added new bug about hashed known hosts.
Diffstat (limited to 'website')
-rw-r--r-- | website/bugs/monkeysphere-adds-hashed-known_hosts-lines-contrary-to-HashKnownHosts-directive.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/website/bugs/monkeysphere-adds-hashed-known_hosts-lines-contrary-to-HashKnownHosts-directive.mdwn b/website/bugs/monkeysphere-adds-hashed-known_hosts-lines-contrary-to-HashKnownHosts-directive.mdwn new file mode 100644 index 0000000..f676937 --- /dev/null +++ b/website/bugs/monkeysphere-adds-hashed-known_hosts-lines-contrary-to-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) |