diff options
author | Jamie McClelland <jm@mayfirst.org> | 2008-08-05 09:51:49 -0400 |
---|---|---|
committer | Jamie McClelland <jm@mayfirst.org> | 2008-08-05 09:51:49 -0400 |
commit | 09dac2ce10990b98e5cae82e5a52409f1c3a2447 (patch) | |
tree | 16e33515c38f45485406e0897a67e804b487a13a /website/bugs | |
parent | 2c64cd42335d7c0eeb904d9b9bdb09d7fa8456c5 (diff) |
adding new feature request for silent option to
monkeysphere-ssh-proxycommand.
Diffstat (limited to 'website/bugs')
-rw-r--r-- | website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn b/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn new file mode 100644 index 0000000..170fc7c --- /dev/null +++ b/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn @@ -0,0 +1,22 @@ +I don't mind the monkeysphere-ssh-proxycommand output on regular connections. + +For me it looks something like this with a server not participatingin the +monkey sphere: + + ms: processing host: chavez.mayfirst.org + ms: - key not found. + +And like this for a server participating: + + ms: processing host: george.riseup.net + ms: primary key found: 7353A74E3B757F8C + ms: * acceptable key found. + ms: known_hosts file updated. + +However, I have some batch scripts that run ssh that also provide output, so the monkeysphere output clutters things up. + +I would really like to either have a -q/--quiet option, or, preferable for me +at least, would be for silent output to be the default and have a -v/--verbose +option to get the output. Or - maybe these should be environmental variables? +In any event - someway to suppress informational output would be a useful +improvement. |