summaryrefslogtreecommitdiff
path: root/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-08-25 00:17:00 -0700
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-08-25 00:17:00 -0700
commitf12a516aa8dce8d1e951f3c47481abe960366f5b (patch)
treee6f550ec9cb120e19dc01a9054b4448e963df32b /website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn
parent050302344aba552900a199d76fab57fd49c05795 (diff)
small tweak to subkey-to-agent function, including tweak to key naming
convention (i'm still not entirely satisfied with how to do sec key naming here).
Diffstat (limited to 'website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn')
-rw-r--r--website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn12
1 files changed, 5 insertions, 7 deletions
diff --git a/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn b/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn
index 052b4ed..46d6e43 100644
--- a/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn
+++ b/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn
@@ -88,13 +88,11 @@ I'm open to suggestions, problems, etc :).
------
-Hey, your Royal Highness, push your branch where you did this work to
-your public repo so that I can pull it and check out the changes you
-made. I think it's good that I look over these changes, because there
-is definitely some stuff (ie. key processing) that requires that
-things go to standard error and definitely not to standard out. I can
-see that if that were changed, it's possible that things could go
-wrong (ie. cause a `known_hosts` file to get truncated maybe).
+Hey, your Royal Highness. I do think it's good that I look over these
+changes, because there are definitely some stuff (ie. key processing)
+that requires that things go to stderr and definitely not to stdout.
+I can see that if that were changed, it's possible that things could
+go wrong (ie. cause a `known_hosts` file to get truncated maybe).
I have to say that I'm still not sure I totally see why it's necessary
to implement such nuanced output switches. All of the stuff you were