Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: interactive shell with ssh



> 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