
The Secure Shell (SSH) network protocol makes it easy to connect computers that are running Linux, share files, and remotely run applications. Along with an X server, it can make sharing a single computer simple on a home network. In my home, my wife and I need to share a desktop computer -- often at the same time. The computer runs Slackware Linux, and we have individual user accounts, Thunderbird email profiles, Firefox bookmarks, and other documents. Linux gives us the ability to share the computer by using multiple X Window sessions, each on its own virtual terminal. But the computer has only one monitor and one keyboard, which limits us to one user at a time. For more see: http://www.linux.com/feature/119744 -- Web1: http://wand.net.nz/~iam4/ Web2: http://www.jandi.co.nz Blog: http://iansblog.jandi.co.nz

On Sat, 2007-10-20 at 06:53 +1300, Ian McDonald wrote:
The Secure Shell (SSH) network protocol makes it easy to connect computers that are running Linux, share files, and remotely run applications. Along with an X server, it can make sharing a single computer simple on a home network.
In my home, my wife and I need to share a desktop computer -- often at the same time. The computer runs Slackware Linux, and we have individual user accounts, Thunderbird email profiles, Firefox bookmarks, and other documents. Linux gives us the ability to share the computer by using multiple X Window sessions, each on its own virtual terminal. But the computer has only one monitor and one keyboard, which limits us to one user at a time.
For more see: http://www.linux.com/feature/119744
Sounds a lot like here. I have a constantly varying number of computers around the house, but only one permanently configured with my email and firefox shortcuts. Alt-F2 "ssh -X 10.192.1.2 evolution" gets me my email from any machine on the LAN. Usually I'm not too worried about bookmarks but if necessary I can launch firefox the same way. And occasionally I will mirror the .firefox and .evolution config over with "scp -r" if I plan to use the machine somewhere else. I could use XDMCP. I could also set up squirrelmail, but why bother? ssh with X tunneling is so easy. :-)
participants (2)
-
Bruce Kingsbury
-
Ian McDonald