From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 18:09:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E6E437B401 for ; Tue, 10 Jun 2003 18:09:18 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id BED7F43FBF for ; Tue, 10 Jun 2003 18:09:17 -0700 (PDT) (envelope-from tpark@drivespeed.com) Received: (qmail 90555 invoked from network); 11 Jun 2003 01:09:16 -0000 Received: from unknown (HELO titanium) (209.10.208.162) by relay.pair.com with SMTP; 11 Jun 2003 01:09:16 -0000 X-pair-Authenticated: 209.10.208.162 From: "Thomas Park" To: "'Matthew D. Fuller'" Date: Tue, 10 Jun 2003 18:10:01 -0700 Message-ID: <003501c32fb6$2f6976a0$11640a0a@titanium> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: Importance: Normal cc: freebsd-questions@FreeBSD.ORG Subject: RE: /dev/tty keeps changing permissions..? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 01:09:19 -0000 > > > > It seems to work for me on a rebuilt OpenSSH 3.5p1 (I'm running a > > -CURRENT from January, and I still had the source tree around). I'd > > expect it to do the same on 3.6, that source file doesn't > seem to have > > been changed much (the line number is the same ;). > > > > > > > Works for me on OpenSSH 3.6.1p2 (FreeBSD 5.0) as well; it > appears that you can replace the ssh binary and be back in > business. ^_^ > Quick note - this change appears to break "rsync" - probably due to some flow control check being skipped. One interesting symptom is that rsync prompts you for the password, your password will be echoed to the terminal as you type it (and rsync never recieves it). Unsure if this is an issue with rsync directly or the fact that I'm calling it from a script - I'll try to look into this a little further... thomas