diff options
author | fredb <fredb@pkgsrc.org> | 2000-01-14 15:37:48 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-01-14 15:37:48 +0000 |
commit | d8b0648662eba7e041d2d5704f73ce0b1a9ce8e3 (patch) | |
tree | 60bddd894440588e3cad915a9c78e34a93123b73 /security/fsh | |
parent | 747d03fa779ef0fb5783b9ab671248d5e43f9a84 (diff) | |
download | pkgsrc-d8b0648662eba7e041d2d5704f73ce0b1a9ce8e3.tar.gz |
Initial import of fsh-1.0, "fast remote command execution". The author
states that the motivation for this program was to speed up cvs work,
but it works just as well with "rsync" and other programs that use ssh
for the transport. This is a set of python scripts: "fsh" uses ssh,
(or optionally rsh or lsh) to start and set up a connection to "fshd"
on the remote host, also includes "fcp", and docs in "info" format.
Diffstat (limited to 'security/fsh')
-rw-r--r-- | security/fsh/Makefile | 17 | ||||
-rw-r--r-- | security/fsh/files/md5 | 3 | ||||
-rw-r--r-- | security/fsh/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/fsh/pkg/DESCR | 5 | ||||
-rw-r--r-- | security/fsh/pkg/PLIST | 15 |
5 files changed, 41 insertions, 0 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile new file mode 100644 index 00000000000..26cccc7f1b5 --- /dev/null +++ b/security/fsh/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/14 15:37:48 fredb Exp $ +# + +DISTNAME= fsh-1.0 +CATEGORIES= security net +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/fsh/ \ + http://www.lysator.liu.se/fsh/ + +MAINTAINER= fb@enteract.com +HOMEPAGE= http://www.lysator.liu.se/fsh/ + +DEPENDS+= python-*:../../lang/python + +GNU_CONFIGURE= YES +USE_GTEXINFO= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/security/fsh/files/md5 b/security/fsh/files/md5 new file mode 100644 index 00000000000..e660011b671 --- /dev/null +++ b/security/fsh/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/14 15:37:49 fredb Exp $ + +MD5 (fsh-1.0.tar.gz) = 295e5c8902d46f0abdc0f74feb43b57f diff --git a/security/fsh/pkg/COMMENT b/security/fsh/pkg/COMMENT new file mode 100644 index 00000000000..a38a799a86c --- /dev/null +++ b/security/fsh/pkg/COMMENT @@ -0,0 +1 @@ +fast remote command execution diff --git a/security/fsh/pkg/DESCR b/security/fsh/pkg/DESCR new file mode 100644 index 00000000000..24af79bd4c6 --- /dev/null +++ b/security/fsh/pkg/DESCR @@ -0,0 +1,5 @@ +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. The solution: +reuse the secure tunnel once it has been established. fsh is a drop-in +rsh-compatible replacement for ssh that automatically reuses ssh tunnels. diff --git a/security/fsh/pkg/PLIST b/security/fsh/pkg/PLIST new file mode 100644 index 00000000000..ebbfaab4b70 --- /dev/null +++ b/security/fsh/pkg/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/14 15:37:49 fredb Exp $ +bin/fcp +bin/fsh +bin/fshd +bin/in.fshd +libexec/fcpwrap +share/fsh/fsh.py +share/fsh/fshd.py +share/fsh/fshlib.py +share/fsh/fshversion.py +share/fsh/infshd.py +@unexec install-info --delete %D/info/fsh.info %D/info/dir +info/fsh.info +@exec install-info %D/info/fsh.info %D/info/dir +@dirrm share/fsh |