On Thu, Mar 13, 2008 at 12:17:31PM +0100, Marco Strullato wrote:
> At first I execute "ssh [EMAIL PROTECTED] screen -d -m" to open and detach
> a console on a remote server. Then I want to execute a command into
> this console and I execute "ssh [EMAIL PROTECTED] screen -X ls". I get
> this answer: "Connection to server closed."
>
> However I can log into this server (I set up pki ssh auth) to login
> with keys.
You might need the -t switch to force ssh to allocate a tty:
ssh -t [EMAIL PROTECTED] screeen -X screen top
See http://bugs.debian.org/461107.
_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users