1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Munechika SUMIKAWA
1e7ee8c2df Fix unfetchable problem.
PR:	ports/97807
From:	"Martin Wilke" <freebsd@unixfreunde.de>
2006-05-25 02:49:44 +00:00
Munechika SUMIKAWA
de3cc74398 Build and install *.pyc
Submitted by:	sf
2004-12-07 12:16:51 +00:00
Kris Kennaway
a692ef3f19 Add missing file/directory to plist 2002-09-15 23:18:44 +00:00
Munechika SUMIKAWA
338b47199f 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/
2002-02-21 17:40:58 +00:00