From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fredrik Tolf Subject: Re: [PATCH] Ensure that SSH runs in non-interactive mode Date: Sun, 20 Jul 2008 20:42:09 +0200 Message-ID: <1216579329.3673.5.camel@pc7.dolda2000.com> References: <1216487215-6927-1-git-send-email-fredrik@dolda2000.com> <1216490252.10694.58.camel@koto.keithp.com> <1216491512.3911.9.camel@pc7.dolda2000.com> <1216576183.3673.2.camel@pc7.dolda2000.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Keith Packard , git@vger.kernel.org, "Edward Z. Yang" , Steffen Prohaska To: Johannes Schindelin X-From: git-owner@vger.kernel.org Sun Jul 20 20:43:49 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KKdsl-0004nj-4H for gcvg-git-2@gmane.org; Sun, 20 Jul 2008 20:43:43 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750728AbYGTSmW (ORCPT ); Sun, 20 Jul 2008 14:42:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750702AbYGTSmW (ORCPT ); Sun, 20 Jul 2008 14:42:22 -0400 Received: from 1-1-3-7a.rny.sth.bostream.se ([82.182.133.20]:57892 "EHLO nerv.dolda2000.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750695AbYGTSmV (ORCPT ); Sun, 20 Jul 2008 14:42:21 -0400 Received: from [IPv6:2002:52b6:8514:200:21d:7dff:fea1:197] ([IPv6:2002:52b6:8514:200:21d:7dff:fea1:197]) (authenticated bits=0) by nerv.dolda2000.com (8.13.8/8.13.8/Debian-3) with ESMTP id m6KIgAMb023081 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 20 Jul 2008 20:42:10 +0200 In-Reply-To: X-Mailer: Evolution 2.22.3.1 X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (nerv.dolda2000.com [IPv6:2002:52b6:8514:200::1]); Sun, 20 Jul 2008 20:42:10 +0200 (CEST) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Sun, 2008-07-20 at 20:33 +0200, Johannes Schindelin wrote: > > Otherwise, an alternative may be to always install a script, say > > `git-ssh', that would invoke the real SSH in a manner specific for the > > platform. The exact script installed could even be parametrized by the > > Makefile. For systems using OpenSSH, it would probably just consist of > > `ssh -xT "$@"'. > > > > What do you think? > > Umm, why? I fully expect OpenSSH to be the most common ssh helper. I > fail to see why we should optimize for something else. I guess I just thought the guys trying to port Git to Windows might find it helpful as well. I don't really care myself. > The GIT_SSH solution works. Why not just leave things like they are? I don't think it is a good idea to leave it like it is, because I think it is unreasonable to run Git traffic with Minimize-Delay TOS by default. If for no other reason, changing the TOS would at least make many networks happier. Fredrik Tolf