ssh: Must be connected to a terminal

2011-11-30 Thread Colin Kincaid Williams
Hi, I'm trying to run screen on a remote host through ssh however I get : Must be connected to a terminal.The server is a hosting account i pay for and get ssh shell on. I am able to compile code on it, however, I believe that it is a restricted jail shell. Is that why I can't use screen? I read an

ssh: Must be connected to a terminal

2011-11-30 Thread Colin Kincaid Williams
Hi, Thanks for the help. I left some important details out. The server is a chroot jail provided by cpanel... from strace screen I found that: Cannot access '/dev/pts/4': No such file or directory. It does not look like I have permission to create /dev/pts/4 . I did try ssh -t . Unless there is

Re: screen remote ssh: Must be connected to a terminal.

2011-11-30 Thread Thomas Köhler
Hi, Colin Kincaid Williams wrote: > Hi, I'm trying to run screen on a remote host through ssh however I get > : Must be connected to a terminal. I read and tried some different > solutions found on the web. However, they did not work for me. Can somebody > more knowledgeable can help me troublesho

screen remote ssh: Must be connected to a terminal.

2011-11-29 Thread Colin Kincaid Williams
Hi, I'm trying to run screen on a remote host through ssh however I get : Must be connected to a terminal. I read and tried some different solutions found on the web. However, they did not work for me. Can somebody more knowledgeable can help me troubleshoot it? Best, Colin Williams