cmd

in lib/taste_tester/tunnel.rb [53:68]


    def cmd
      if TasteTester::Config.windows_target
        cmds = windows_tunnel_cmd
      else
        cmds = sane_os_tunnel_cmd
      end

      
      
      
      
      
      
      build_ssh_cmd(ssh_base_cmd, [cmds])
    end