View Single Post
Posts: 10 | Thanked: 5 times | Joined on Jan 2010 @ Tasmania, Australia
#383
Originally Posted by aldebarab View Post
ssh -fN -L 1430:imapserver:143 user@borderhost.com
Maybe try:

Code:
ssh -fN -L 1430:imapserver:143 user@borderhost.com &
or a shell script which returns after starting ssh -fN.
 

The Following User Says Thank You to mjec For This Useful Post: