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


Click here to return to the '10.3: Re-establish X11 forwarding after upgrade' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3: Re-establish X11 forwarding after upgrade
Authored by: aranor on Jan 30, '04 11:34:15AM
You don't have to restart sshd. sshd is the daemon that serves incoming ssh connections, but the ssh_config file controls outgoing ssh connections. If you don't want to edit ssh_config you can edit ~/.ssh/config and include the same thing. Also, you can include per-host config, such as the username to use for that host, or host aliases. For example, I have an entry for sourceforge.net and it redirects to shell.sourceforge.net with the username aranor.

[ Reply to This | # ]