Date: Thu, 21 Feb 2002 09:40:59 -0800 (PST) From: Munechika SUMIKAWA <sumikawa@FreeBSD.org> 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 Message-ID: <200202211740.g1LHexI80072@freefall.freebsd.org>
index | next in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202211740.g1LHexI80072>
