merged changes from Jamie McClelland.
[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 participatingin 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.