From owner-cvs-all Thu Feb 21 9:41: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3227A37B400; Thu, 21 Feb 2002 09:40:59 -0800 (PST) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1LHexI80072; Thu, 21 Feb 2002 09:40:59 -0800 (PST) (envelope-from sumikawa) Message-Id: <200202211740.g1LHexI80072@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 21 Feb 2002 09:40:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/fsh Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2002/02/21 09:40:59 PST Modified files: security Makefile Added files: security/fsh Makefile distinfo pkg-comment pkg-descr pkg-plist Log: fsh -- Fast remote command execution The problem: logging in to a remote system with a cryptographic solution such as lsh or ssh takes time, due to the computationally expensive key exchanges that occur when the connection is established. It is common to trigger a lot of remote logins while using remote CVS, which makes it painfully slow compared to having the repository locally. The solution: reuse the secure tunnel once it has been established. fsh is a drop-in rsh-compatible replacement for ssh that automatically resuses ssh tunnels. WWW: http://www.lysator.liu.se/fsh/ Revision Changes Path 1.276 +1 -0 ports/security/Makefile 1.1 +18 -0 ports/security/fsh/Makefile (new) 1.1 +1 -0 ports/security/fsh/distinfo (new) 1.1 +1 -0 ports/security/fsh/pkg-comment (new) 1.1 +14 -0 ports/security/fsh/pkg-descr (new) 1.1 +14 -0 ports/security/fsh/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message