aboutsummaryrefslogtreecommitdiff
path: root/security/fsh
Commit message (Collapse)AuthorAgeFilesLines
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add missing file/directory to plistKris Kennaway2002-09-151-0/+2
| | | | Notes: svn path=/head/; revision=66394
* This port needs python from building, not running.Munechika SUMIKAWA2002-04-021-1/+2
| | | | Notes: svn path=/head/; revision=57206
* fsh -- Fast remote command executionMunechika SUMIKAWA2002-02-215-0/+48
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/ Notes: svn path=/head/; revision=55040