# File lib/fog/core/ssh.rb, line 106
      def initialize(command)
        @command = command
        @stderr = ''
        @stdout = ''
      end