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


Click here to return to the 'Forwarding multiple ports; Terminating?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Forwarding multiple ports; Terminating?
Authored by: rkarash on Jul 25, '02 09:18:30PM

(Sorry, phyxeld, I don't know the answer to your SSH1 question.)

How do I forward more than one port? I'm guessing that I have more than one -L option in the command string, and this indeed seems to work.

I'm tunneling both the SMTP port (25) and the POP3 port (110).

Also, how do I turn off the SSH tunnels? For example, when I want to put the machine to sleep?



[ Reply to This | # ]
Forwarding multiple ports; Terminating?
Authored by: rkarash on Jul 25, '02 10:37:04PM

Replying to my own msg...

Using brute force, I determine the process id of my ssh process and kill it with

kill -9 pid



[ Reply to This | # ]