1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/security/fsh/pkg-descr
Pawel Pekala 734defef3e - Add staging support
- Fix typo in pkg-descr
2014-07-08 12:27:41 +00:00

15 lines
581 B
Plaintext

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 reuses ssh tunnels.
WWW: http://www.lysator.liu.se/fsh/