You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

error making an ssh tunnel

I'm getting an error trying to create an ssh tunnel.

*ssh –L 10548:localhost:548 username@my.computer.at.work*

returns

*ssh: Error resolving hostname \342\200\223L: nodename nor servname provided, or not known*

normal ssh works ok so the problem is with localhost. This only happens on one of my computers. the other one connects fine using the same internet connection.

P.S. I just checked and this only happens on one user account. the rest are fine.


Message was edited by: V.K.

this thread is the continuation of [this one|http://discussions.apple.com/thread.jspa?messageID=7218912#7218912].

Message was edited by: V.K.

Mac Pro 3.2 GHz, Mac OS X (10.5.2), Mac Pro 2.66GHz, powerbook G4 1.5GHz

Posted on May 17, 2008 12:49 PM

Reply
18 replies

May 18, 2008 4:32 AM in response to V.K.

I figured out your issue.

You are not using the correct minus sign in your command.

I copy pasted your command into my terminal and change the server to mine and I get the could not resolve hostname error.

I replace your minus sign infront of your L with the correct sign and it worked

try pasting the following command and it will work

ssh -L 10548:localhost:548 username@my.computer.at.work

error making an ssh tunnel

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.