Sharing information about software development, mobile development like Android, and automation/productivity
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.
No comments:
Post a Comment