# File lib/blimpy/livery/base.rb, line 32
      def can_rsync?(box)
        @can_rsync ||= box.ssh_into('-q', 'which rsync > /dev/null')
      end