diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-12 16:09:42 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-12 16:09:42 -0400 |
commit | be8136a52f372488802ca50ad4038e3dce52dc17 (patch) | |
tree | 9f347385c403884d478a48d0a0556e8161e445e4 /website/bugs | |
parent | 0565fa2f4dd1e6b563d00771bf71142c4004aa9d (diff) |
new bug about missing known_hosts file
Diffstat (limited to 'website/bugs')
-rw-r--r-- | website/bugs/missing-known_hosts-causes-error.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/website/bugs/missing-known_hosts-causes-error.mdwn b/website/bugs/missing-known_hosts-causes-error.mdwn new file mode 100644 index 0000000..8f4e27c --- /dev/null +++ b/website/bugs/missing-known_hosts-causes-error.mdwn @@ -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. |