Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Another option' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Another option
Authored by: djenve on Apr 21, '04 12:17:16PM

Another option is to edit the system wide ssh configuration file (/etc/ssh_config) or create a custom ssh configuration file in your home directory ($HOME/.ssh/ssh_config) with the following entry:

Host *
ForwardX11 yes

man ssh_config - will give you a list of other useful options

- d



[ Reply to This | # ]