Merge commit 'dkg/master'
[monkeysphere.git] / website / bugs / monkeysphere-ssh-proxycommand-quiet-option.mdwn
1 I don't mind the monkeysphere-ssh-proxycommand output on regular connections.
2
3 For me it looks something like this with a server not participating in the
4 monkey sphere:
5
6                 ms: processing host: chavez.mayfirst.org
7                 ms:   - key not found.
8         
9 And like this for a server participating:
10
11                 ms: processing host: george.riseup.net
12                 ms:  primary key found: 7353A74E3B757F8C
13                 ms:   * acceptable key found.
14                 ms: known_hosts file updated.
15
16 However, I have some batch scripts that run ssh that also provide output, so the monkeysphere output clutters things up.
17
18 I would really like to either have a -q/--quiet option, or, preferable for me
19 at least, would be for silent output to be the default and have a -v/--verbose
20 option to get the output. Or - maybe these should be environmental variables?
21 In any event - someway to suppress informational output would be a useful
22 improvement.
23
24 ------
25
26 I'd be fine with silent mode as a default, with a more verbose mode
27 accessible to the user who desires it.
28
29 I'd prefer an environment variable (e.g. `MONKEYSPHERE_VERBOSE` or
30 `MONKEYSPHERE_DEBUG`) over a command-line (e.g. `--verbose`) option,
31 personally.  It's more in keeping with the model we've used in general
32 so far.
33
34 --dkg