Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

This page is outdated. You will be redirected to http://wiki.services.openoffice.org /wiki/Documentation/FAQ shortly.

Documentation / User FAQ / Maintainers' FAQ / Previous-Next

How do I set up an SSH tunnel from Windows?

First you need to have access to a terminal or shell on your machine. For windows, you will need to use a terminal emulator. For more details, see What is Cygwin?

  1. Open a terminal.
  2. Type pwd to verify that you are in your home directory.
  3. Type ssh -2 -x -L 2401:localhost:2401 tunnel@openoffice.org to establish a connection (or tunnel). See the procedure for details about the first connection after your public key has been uploaded to the server.
  4. Verify that the path to your key shows correctly. It should match the path used when the public key file set was generated. Type in your passphrase, then press Enter.
    (Note: The cursor does not move, yet each keystroke of the passphrase is read.) It will give you three chances to enter the right password.
  5. If all goes well, you will get the message:
    Tunnel established. Type ctrl-c to exit.
    If you get a request for a password after entering a passphrase, this is an indication that the wrong passphrase was entered, in which case you exit out and start over.
  6. Minimize this terminal; you will need it again to exit the tunnel. Open a second terminal to begin your work in CVS.

For more information:

Documentation / User FAQ / Maintainers' FAQ / Previous-Next

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.