search

Loading
Showing posts with label connect to screen using ssh. Show all posts
Showing posts with label connect to screen using ssh. Show all posts

Thursday, November 15, 2012

How to directly login to the screen session running on your remote server using ssh

You know that I am a big fan of gnu screen utility. Also we have seen many short cuts for screen here. We used to access our screen session after log in to the remote server through ssh and then 'screen -x screenname' command. But it is actually time consuming. Yes we can directly login to the screen session using the awesome ssh. Let's find out how.