new bug about missing known_hosts file
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 12 Aug 2008 20:09:42 +0000 (16:09 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 12 Aug 2008 20:09:42 +0000 (16:09 -0400)
website/bugs/missing-known_hosts-causes-error.mdwn [new file with mode: 0644]

diff --git a/website/bugs/missing-known_hosts-causes-error.mdwn b/website/bugs/missing-known_hosts-causes-error.mdwn
new file mode 100644 (file)
index 0000000..8f4e27c
--- /dev/null
@@ -0,0 +1,8 @@
+[[meta title="Missing `~/.ssh/known_hosts` file causes errors from monkeysphere-ssh-proxycommand"]]
+
+As a user, if you don't have a `~/.ssh/known_hosts` file,
+`monkeysphere-ssh-proxycommand` produces some bogus output, like:
+
+       cat: /home/foo/.ssh/known_hosts: No such file or directory
+
+this should be fixable with a simple test.