You are not logged in.

#1 2008-10-14 19:38:37

falke
Member
From: Málaga, Málaga, Spain
Registered: 2008-08-21
Posts: 22

See local terminal with SSH

I have a programm running on Terminal 1. Now I take my Notebook and go to work. From there I connect by SSH to my computer. I wanna see what my program is dooing, so I wanna see Terminal 1. ¿Is that possible?

Sorry for my bad English roll

Offline

#2 2008-10-14 19:44:55

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: See local terminal with SSH


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#3 2008-10-14 19:49:33

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: See local terminal with SSH

Yes, install screen, then you can simply reattach to that session by running the following command on the remote machine:

screen -R

supposing you only have on running session. Else you can check which sessions are running with:

screen -list

Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#4 2008-10-14 20:13:13

falke
Member
From: Málaga, Málaga, Spain
Registered: 2008-08-21
Posts: 22

Re: See local terminal with SSH

WOW! That was fast. Thanks!

Offline

Board footer

Powered by FluxBB