Vladimir Stefanov skrev:
Belayneh Melka wrote:
Hi all,

While I try to tunnel to openoffice.org with ssh2 I always get the following message.
   " ssh: connect to host openoffice.org port 22: Connection timed out".

I use Ubuntu 9.04. I enter the following to the command line terminal. "ssh -2 -x -L 2401:localhost:2401 [email protected]"

        Is there any problem with my input? What may be the problem?

            Thanks in advance
            Dawit Boka


You didn't specify the path to your secret key. Command should look like this;

ssh -2 -x -i .ssh/your_secret_key -L 2401:localhost:2401 [email protected]

Change the path to your key accordingly and you're done.

Make sure you run the command using the same user as when you created the keys. Is this the case?

Per


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to