Package: fsh
Version: 1.2-2
Severity: important

When I try to open a tunnel with fshd (or using fsh directly), the
tunnel is immediately closed, because my .zshenv file writes some
information to stderr. This bug prevents me from using fsh.

In fact, when I have

[[ $SHLVL -eq 1 && -n $SSH_CONNECTION ]] &&
  echo "123456789012345" >&2

in my .zshenv (on the server side), or with more characters in the
echo string, I get a "Tunnel closed." message on the client side.
when I have

[[ $SHLVL -eq 1 && -n $SSH_CONNECTION ]] &&
  echo "12345678901234" >&2

in my .zshenv, or with fewer characters in the echo string, I get a
"Connection established" message on the client side, and the tunnel
is still open.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages fsh depends on:
ii  python               2.3.4-6             An interactive high-level object-o
ii  ssh [rsh-client]     1:3.8.1p1-8.sarge.4 Secure rlogin/rsh/rcp replacement 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to