# File lib/fog/core/ssh.rb, line 32
      def run(commands, &blk)
        self.class.data[@address] << {:commands => commands, :username => @username, :options => @options}
      end