Update configuration files to match bulleye's

This commit is contained in:
sonny 2021-11-06 20:04:21 +01:00
parent e0390d14e4
commit f528f69bfd
3 changed files with 4 additions and 2 deletions

View file

@ -9,7 +9,7 @@ galaxy_info:
platforms: platforms:
- name: Debian - name: Debian
versions: versions:
- buster - bullseye
galaxy_tags: galaxy_tags:
- development - development
- system - system

View file

@ -25,7 +25,7 @@ http {
## ##
# SSL Settings # SSL Settings
## ##
ssl_protocols TLSv1.2; ssl_protocols TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers on; ssl_prefer_server_ciphers on;
ssl_ciphers HIGH:!aNULL:!MD5; ssl_ciphers HIGH:!aNULL:!MD5;

View file

@ -11,6 +11,8 @@
# OpenSSH is to specify options with their default value where # OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options override the # possible, but leave them commented. Uncommented options override the
# default value. # default value.
#
Include /etc/ssh/sshd_config.d/*.conf
Port 22 Port 22
#AddressFamily any #AddressFamily any