See output of local xterm session on remote ssh session.
Roland Smith
rsmith at xs4all.nl
Sat Jun 2 11:39:11 UTC 2007
On Sat, Jun 02, 2007 at 07:23:45AM -0400, Jeremy Gransden wrote:
> Hello,
>
> I have been searching Google for a few days for this but have not been
> coming up with the correct answer. Then again maybe I am asking the wrong
> question... If I start a process, i.e. compile a kernel, on my desktop, how
> can I then connect to it from my laptop and see the output of that process
> via the ssh session?
The easiest way would be to start the process from your ssh session.
If you want to keep tabs on an already running process, you should start
the process in such a way that it redirects the standard output and
standard error streams to a file. How that's done depends on the shell
you're using. You can then watch that file via ssh with 'tail -f'.
Roland
--
R.F.Smith http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070602/06644bbe/attachment.pgp
More information about the freebsd-questions
mailing list