On 8/11/06, <b class="gmail_sendername">Scott R Ehrlich</b> <<a href="mailto:scott@mit.edu">scott@mit.edu</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This may be a bit off topic, so please forgive -<br><br>I'm running Tiger (10.4), and when I ran 10.3.9, I used to be able to perform a<br>command-line ssh redirect of two IPs to localhost.   Under Tiger, it now yells<br>
at me if I attempt the second redirect, saying the destination is already in<br>use (or something like that), which is true.<br><br>On the PC-side, I do have Putty ssh client redirecting two IPs and their<br>respective ports to Localhost, and that works fine.
<br><br>Is there a Mac ssh client that will let me do the same, if the native ssh client<br>will not?<br><br>An example of what I'm [trying to do] doing is:<br><br>ssh <a href="http://external.place.org">external.place.org
</a> -L 12345:localhost:12345<br><br>ssh <a href="http://external.place.org">external.place.org</a> -L 12346:localhost:12346<br><br>I can do this in putty on my PC for a profile, but no longer under Tiger on my<br>Mac.<br>
</blockquote></div><br>The following works perfectly on my 10.4 machine:<br><br> ssh -L 12345:localhost:12345 -L 12346:localhost:12346 otherserver<br clear="all"><br>-- <br>Andrew Medico <<a href="mailto:a.medico@gmail.com">
a.medico@gmail.com</a>>