Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: interactive shell with ssh
- X-seq: zsh-users 6437
- From: Dan Nelson <dnelson@xxxxxxxxxxxxxxx>
- To: ZSH User List <zsh-users@xxxxxxxxxx>
- Subject: Re: interactive shell with ssh
- Date: Mon, 4 Aug 2003 10:42:16 -0500
- In-reply-to: <20030804111148.GA5224@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20030804111148.GA5224@xxxxxxxxx>
> After I found a solution to that (using zshenv) I next noticed that
> "dialog" (which is used by the Debian install scripts to ask
> configuration questions) doesn't work either because TERM is not set
> and because zsh thinks there is no tty. Now I'm stuck. :-(
That's because there is no tty; by default ssh does not allocate a tty
when you pass it a command to execute. Run ssh -t to force a tty to be
created.
--
Dan Nelson
dnelson@xxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author