summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/knife/ssh.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/knife/ssh.rb b/lib/chef/knife/ssh.rb
index 4ce97af839..8681fdfd02 100644
--- a/lib/chef/knife/ssh.rb
+++ b/lib/chef/knife/ssh.rb
@@ -386,6 +386,7 @@ class Chef
ch.on_extended_data do |_, _type, data|
raise ArgumentError if data.eql?("sudo: no tty present and no askpass program specified\n")
+
stderr += data
end