diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-13 15:31:52 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-13 15:31:52 -0700 |
commit | 5c1046f14ff2e1efda332aa07747661abca0b98f (patch) | |
tree | 5ffba33f1ebf03321901da2202b49da71dbc2287 /website/bugs/missing-known_hosts-causes-error.mdwn | |
parent | 70674cae8b3d69d0e750125387b26c0d5857c5ba (diff) | |
parent | 48bdbc58cfe649c404240b629d9cef5134da5937 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'website/bugs/missing-known_hosts-causes-error.mdwn')
-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. |