Thursday, April 4, 2013

ssh to a remote screen session

ssh -t host screen -x will force ssh to create a terminal session (required for screen) which ssh will not normally create when executing a remote commond.