Tags: ssh

how to attach existing tty to screen

May 14th, 2011, 3498 views
Have you ever started a long-running process over ssh without using screen command, but have to leave and don't want to interrupt it? Just start a screen, use reptyr to grab it, and then kill the ssh session and head on home. reptyr is a utility for tak… more »

How to access a remote host via another host

January 28th, 2011, 1090 views
Suppose that you have a network called A with some hosts in it which you cannot access directly from your client. But you have access to the A network via another network called B which also is accessible via your client.  Now you can access to A networ… more »