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


Click here to return to the 'Configure port forwards more easily' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Configure port forwards more easily
Authored by: don4r on Jul 23, '03 12:34:52PM
Instead of typing the -L55110:ip.ad.dr.es:110, you can create ~/.ssh/config and add something like the following:

Host my.mail.server
    User userName
    LocalForward 55110 ip.ad.dr.es:110

You can have multiple LocalForward lines as well.

[ Reply to This | # ]