ca851a891d7376cb04ac5554d5da620ef618e6aa
[monkeysphere.git] / website / bugs / ssh_config_files_not_parsed.mdwn
1 In `~/.ssh/config`, i have:
2
3         HashKnownHosts No
4
5 But when `monkeysphere-ssh-proxycommand` adds new hosts to
6 `~/.ssh/known_hosts`, they appear to be added in a hashed form,
7 instead of in the clear.
8
9 fwiw: i'm using OpenSSH 5.1p1 on a debian lenny system (backported
10 from sid)
11
12 ---
13
14 I can confirm this too (I'm running openssh-client 1:4.7p1-12)
15
16 -- Jamie (Jam Jam)
17
18 ---
19
20 There is absolutely no attempt by any monkeysphere utility to parse
21 any ssh or sshd config file.  This will probably need to be delt with
22 down the line, but it's not a particular easy task at the moment.
23
24 -- Big Jimmy.
25
26 ---
27
28 I've [posted to the `openssh-unix-dev` list to see if there is a
29 possibility of openssh making our lives easier
30 here](http://marc.info/?l=openssh-unix-dev&m=121804767122918&w=2), but
31 i haven't had much of a response yet.
32
33 --dkg
34
35 ---
36
37 For some reason this didn't get mentioned in this bug earlier, but
38 there is a monkeysphere config variable about hashing known_hosts
39 lines, which is set to true by default (to be in sync with the Debian
40 openssh-client package).
41
42 I think this bug is really more about the fact that monkeysphere does
43 not parse the ssh config files for any directives relavent to what the
44 monkeysphere is doing.  I'm changing the name of this bug to reflect
45 what the real issue is.
46
47 -- Big Jimmy.