mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
338b47199f
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/
15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
bin/fsh
|
|
bin/fshd
|
|
bin/in.fshd
|
|
libexec/fcpwrap
|
|
share/fsh/fsh.py
|
|
share/fsh/fshcompat.py
|
|
share/fsh/fshconfig.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 --section="Shells and utilities" --entry="* FSH: (fsh). fast remote command execution." %D/info/lsh.info %D/info/dir
|