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.
This commit is contained in:
parent
747d03fa77
commit
d8b0648662
5 changed files with 41 additions and 0 deletions
17
security/fsh/Makefile
Normal file
17
security/fsh/Makefile
Normal file
|
@ -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"
|
3
security/fsh/files/md5
Normal file
3
security/fsh/files/md5
Normal file
|
@ -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
|
1
security/fsh/pkg/COMMENT
Normal file
1
security/fsh/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
fast remote command execution
|
5
security/fsh/pkg/DESCR
Normal file
5
security/fsh/pkg/DESCR
Normal file
|
@ -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.
|
15
security/fsh/pkg/PLIST
Normal file
15
security/fsh/pkg/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue