head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.4
date	2006.05.25.02.49.44;	author sumikawa;	state Exp;
branches;
next	1.3;

1.3
date	2004.12.07.12.16.51;	author sumikawa;	state Exp;
branches;
next	1.2;

1.2
date	2002.09.15.23.18.44;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2002.02.21.17.40.58;	author sumikawa;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Fix unfetchable problem.

PR:	ports/97807
From:	"Martin Wilke" <freebsd@@unixfreunde.de>
@
text
@bin/fcp
bin/fsh
bin/fshd
bin/in.fshd
libexec/fcpwrap
%%DATADIR%%/fsh.py
%%DATADIR%%/fsh.pyc
%%DATADIR%%/fshcompat.py
%%DATADIR%%/fshcompat.pyc
%%DATADIR%%/fshconfig.py
%%DATADIR%%/fshconfig.pyc
%%DATADIR%%/fshd.py
%%DATADIR%%/fshd.pyc
%%DATADIR%%/fshlib.py
%%DATADIR%%/fshlib.pyc
%%DATADIR%%/fshversion.py
%%DATADIR%%/fshversion.pyc
%%DATADIR%%/infshd.py
%%DATADIR%%/infshd.pyc
@@dirrm %%DATADIR%%
@


1.3
log
@Build and install *.pyc

Submitted by:	sf
@
text
@d6 15
a20 18
share/fsh/fsh.py
share/fsh/fsh.pyc
share/fsh/fshcompat.py
share/fsh/fshcompat.pyc
share/fsh/fshconfig.py
share/fsh/fshconfig.pyc
share/fsh/fshd.py
share/fsh/fshd.pyc
share/fsh/fshlib.py
share/fsh/fshlib.pyc
share/fsh/fshversion.py
share/fsh/fshversion.pyc
share/fsh/infshd.py
share/fsh/infshd.pyc
@@unexec install-info --delete %D/info/fsh.info %D/info/dir
info/fsh.info
@@exec install-info --section="Shells and utilities" --entry="* FSH: (fsh).			fast remote command execution." %D/info/lsh.info %D/info/dir
@@dirrm share/fsh
@


1.2
log
@Add missing file/directory to plist
@
text
@d7 1
d9 1
d11 1
d13 1
d15 1
d17 1
d19 1
@


1.1
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/
@
text
@d1 1
d16 1
@

