Thread: ssh -X
View Single Post
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#7
Originally Posted by Kytrix View Post
Hi,
I'm trying to do the oposite :
initiate ssh -X from my computer and lauch gui application from my n810
but application launch on the tablet, not on computer (ubuntu)

any way ?

Kytrix.
The computer you want to run the application on is the one you run ssh -X from. I recommend ssh -fXTC hostname_or_ip application_name. -f forks to background, -X is for X Forwarding (must be enabled in sshd_config on server), -T is so it doesn't assign a tty, and -C is for compression.

If you are sitting behind your computer and want to run an application running on the NIT and let it show on your computer you first SSH to your NIT. Then you run the ssh -X hostname_or_ip (again, I suggest earlier mentioned command instead) with the hostname_or_ip being the one of the computer you're sitting behind. Now, your NIT application will be shown on your computer (including copy/paste and all that ). Because the program runs on the NIT it won't be any faster, and because you're using encryption, compression, and WiFi you'll have a bit latency.
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!