# File lib/rhc/ssh_helpers.rb, line 422
    def ssh_version(cmd=discover_ssh_executable)
      `"#{cmd}" -V 2>&1`.strip
    end