=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** www/index.html 1996/01/29 09:13:31 1.4 --- www/index.html 1996/01/29 19:56:25 1.5 *************** *** 175,192 **** The OpenBSD cvs server is in Calgary, Alberta, Canada.

Read-only access for everyone !
Anyone can access the read-only CVS repository. This copy of the ! read-write CVS repository is mirrored six times daily. To use it, set ! your CVSROOT environment variable to one of the ! following values:

--- 175,194 ---- The OpenBSD cvs server is in Calgary, Alberta, Canada.

Read-only access for everyone !
Anyone can access the read-only CVS repositories. These copies ! of the read-write CVS repository are mirrored often. To use one, ! set your CVSROOT environment variable to one of ! the following values:

*************** *** 197,204 ****

  • The OpenBSD sources are from Canada. It is legal to export crypto software from Canada to the world.
  • However, if you are outside the USA or Canada, you should not ! fetch the cryptographic sections of the OpenBSD sources from a cvs ! or anoncvs server located in the USA. The files in question are...

    ! A sample use of the anoncvs CVS server would be:

      % setenv CVSROOT anoncvs@anoncvs.openbsd.org:/cvs
      % cd /tmp
    --- 208,219 ----
      
      Because of the USA ITAR munitions list,
      crypto software may only be exported to Canada from the USA.
    ! 
  • At the moment all the anoncvs servers are in the USA. ! OpenBSD is looking for people willing to run an anoncvs server ! in Europe!

    ! A sample use of an anoncvs CVS server would be:

      % setenv CVSROOT anoncvs@anoncvs.openbsd.org:/cvs
      % cd /tmp
    ***************
    *** 236,248 ****
      The CVS client uses rsh to talk to the CVS server.
      If some local security measure like a firewall (or imperfect protocol
      emulators like slirp) prevents you from using rsh, you may be able
    ! to use ssh instead.  In this
    ! case, one sets the environment variable CVS_RSH
    ! to point to ssh (typically /usr/local/bin/ssh).
    ! To reduce the performance hit the anoncvs server would take it is
    ! recommended (and requested) that you disable encryption.  If your local
    ! site prevents you from connecting out to port 22 (which ssh defaults to
      using) use port 2022.
      Do not be tempted to turn on compression since CVS already compresses.
      Use something like the following in your $HOME/.ssh/config
      file.
    --- 239,255 ----
      The CVS client uses rsh to talk to the CVS server.
      If some local security measure like a firewall (or imperfect protocol
      emulators like slirp) prevents you from using rsh, you may be able
    ! to use ssh instead (If you are
    ! running Solaris, there is a kernel bug which causes problems -- contact
    ! johns@cs.umr.edu for further details).  In this case, one sets the
    ! environment variable CVS_RSH to point to ssh
    ! (typically /usr/local/bin/ssh). To reduce the
    ! performance hit the anoncvs server would take it is recommended
    ! (and requested) that you disable encryption.  If your local site
    ! prevents you from connecting out to port 22 (which ssh defaults to
      using) use port 2022.
    + 
    + 

    Do not be tempted to turn on compression since CVS already compresses. Use something like the following in your $HOME/.ssh/config file.