# File lib/rhc/ssh_helpers.rb, line 25
      def initialize(command, over, opts={})
        requires_ssh_multi!

        @command = command
        @over = over
        @opts = opts
      end