aboutsummaryrefslogtreecommitdiffstats
path: root/security/Makefile
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2002-02-22 01:40:58 +0800
committersumikawa <sumikawa@FreeBSD.org>2002-02-22 01:40:58 +0800
commitcddc5cd3f1ebafad0b6c1940084015822f488940 (patch)
tree616c95b05a2ae128ad6676f9278327a37738d696 /security/Makefile
parent9143fc4545bf15c15029687678a87a8c7477ae16 (diff)
downloadfreebsd-ports-gnome-cddc5cd3f1ebafad0b6c1940084015822f488940.tar.gz
freebsd-ports-gnome-cddc5cd3f1ebafad0b6c1940084015822f488940.tar.zst
freebsd-ports-gnome-cddc5cd3f1ebafad0b6c1940084015822f488940.zip
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/
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 5e019e89cb8e..526454af8baf 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -45,6 +45,7 @@
SUBDIR += fpm
SUBDIR += fragrouter
SUBDIR += fressh
+ SUBDIR += fsh
SUBDIR += fuzz
SUBDIR += fwbuilder
SUBDIR += fwlogwatch