RHTopics
Group: Members
Posts: 9
Joined: Oct. 2005 |
|
Posted: Nov. 12 2005,20:05 |
|
When you run ssh, try using the "-t' option to force a pseudo tty allocation. This may solve your problem. Below is information from the man page for ssh describing what the "-t" option does:
Quote | -t Force pseudo-tty allocation. This can be used to execute arbitrary screen-based programs on a remote machine, which can be very useful, e.g., when implementing menu services. Multiple -t options force tty allocation, even if ssh has no local tty.
|
|