From owner-freebsd-bugs Thu Sep 30 13:20: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87E15152E3 for ; Thu, 30 Sep 1999 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA36020; Thu, 30 Sep 1999 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id A2D7B152EB for ; Thu, 30 Sep 1999 13:17:58 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id QAA42394; Thu, 30 Sep 1999 16:17:56 -0400 (EDT) (envelope-from mi) Message-Id: <199909302017.QAA42394@misha.cisco.com> Date: Thu, 30 Sep 1999 16:17:56 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/14066: use of ssh2 as CVS_RSH breaks commiting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14066 >Category: bin >Synopsis: use of ssh2 as CVS_RSH breaks commiting >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 30 13:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.3-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: setenv CVS_RSH ssh2 >Description: When committing to a remote location, ssh2 is invoked. It properly prompts for password, etc. But when cvs invokes vi after that, vi quits immediately with: ``Error: input: Resource temporarily unavailable'' Other non-X editors break in a similar fasion. >How-To-Repeat: See Environment and Description. >Fix: . Use RSH, which is insecure and requires use of .rhost, which is even worse, with CVS_RSH environment variable, or . Use some X-editor, such as gvim or xedit, with EDITOR environment variable: env EDITOR=xedit cvs commit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message