Results 1 to 3 of 3
I officially made the switch to Gentoo last week, and the only problem I've had so far is that I can't get X forwarding to work correctly. When I do ...
- 11-17-2005 #1
X Forwarding with SSH
I officially made the switch to Gentoo last week, and the only problem I've had so far is that I can't get X forwarding to work correctly. When I do the following:
It just sits there and does nothing after I enter my password. This worked fine on Debian; is there some configuration file I have to change?Code:$ ssh -X rob@[host] firefox
Thanks for any help you can offer!
- 11-18-2005 #2Banned
- Join Date
- Jul 2004
- Posts
- 947
is how i would do it, think it is the same but try anywayCode:ssh -X -l rob [host] [password] firefox &
if that fails, try a simple app
like
xclock &
any errors would help
- 11-18-2005 #3Just Joined!
- Join Date
- Jun 2005
- Location
- Canada, Halifax
- Posts
- 86
try forking off a child process something like:
Code:$ ssh -f -X user@host mozilla-firefox


Reply With Quote
