CHANGELOG.md 949 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Changed

  • sshd: no longer accept RSA keys < 2048 bits for authentication

Fixed

  • sshd_config: added redundant settings blocking unused features
  • docker-compose: increased memory limit to support large repos and git-remote-gcrypt

0.1.0 - 2021-03-20

Added

  • openssh server listening on tcp port 2200
  • gitolite command filter with support for git-annex
  • entrypoint generating basic gitolite setup based on environment variables GITOLITE_INITIAL_ADMIN_NAME and GITOLITE_USER_PUBLIC_KEY_[USER]