From owner-freebsd-stable Fri Jan 19 18:34:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from firebat.bushong.net (c128625-a.frmt1.sfba.home.com [24.176.225.90]) by hub.freebsd.org (Postfix) with ESMTP id B449637B402 for ; Fri, 19 Jan 2001 18:34:23 -0800 (PST) Received: (from dbushong@localhost) by firebat.bushong.net (8.11.0/8.11.0) id f0K2YNL49314 for freebsd-stable@freebsd.org; Fri, 19 Jan 2001 18:34:23 -0800 (PST) (envelope-from dbushong) Date: Fri, 19 Jan 2001 18:34:23 -0800 From: David Bushong To: freebsd-stable@freebsd.org Subject: sshd with ssh -t problems Message-ID: <20010119183423.F16505@bushong.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Floating-Sheep-Port: 0xbaa Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not sure if someone else has run into this, but with 4.2-STABLE circa 1/16/2000's sshd I get the following behavior: othermachine% ssh -t 4.2stable-box ls 4.2stable-box% That is, from any other machine (running ssh-1.2.27 or various versions of openssh), trying to run a command via ssh while using the -t flag (particularly useful for, say, screen), causes you to log in, instead of merely executing the command and exiting (it seems to ignore the command, in fact) Is this a known problem? (I'm using the stock sshd_config) --David Bushong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message