ssh

DSA 1571-1 - New openssl packages fix predictable random number generator

For more info on the debian security announcement see:

http://lists.debian.org/debian-security-announce/2008/msg00152.html

Server keys for this host have been updated - any ssh users may well need to remove the old ones from their .known_hosts file (or equivalent). Just to let them know that the keys are changed and intentionally so.

Technorati Tags:

Subversion with svn+ssh

Setting up subversion with svn+ssh access (non-DAV) on unstable.

In migrating from woody with a combination of CVS and a backport of SVN 1.0 I would like to use SVN 1.1 to get the file system backend (fsfs) instead of BerkleyDB.

Repositories will reside in /repository.

Users that use them will be a member of the repository group.

  • Install subversionapt-get install subversion
  • Set up /repository mkdir repository
    chown root.repository /repository
    chmod 775 /repository
  • Create a repositoryumask 002
    newgrp repository
    svnadmin create --fs-type fsfs /repository/name_of_repository
  • Technorati Tags:
Syndicate content