---
name: fsh
version: 1.2_3
origin: security/fsh
comment: Fast remote command execution
arch: freebsd:9:x86:64
www: http://www.lysator.liu.se/fsh/
maintainer: sumikawa@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 123693
desc: |
  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 resuses ssh tunnels.

  WWW: http://www.lysator.liu.se/fsh/
deps:
  python27: {origin: lang/python27, version: 2.7.5_2}
  python2: {origin: lang/python2, version: 2}
  python: {origin: lang/python, version: '2.7,2'}
  gettext: {origin: devel/gettext, version: 0.18.3}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- security
